@page "/callstats"

Current Call Stats (24h)

  • Avail Data
  • @foreach (var item in ParetoDay) {
  • @item.Key
  • }
@if (string.IsNullOrEmpty(@currSelect)) {
selezionare la metrica
} else {
}
@if (!string.IsNullOrEmpty(@currSelect)) {
timeserie selezionata x num call/tempo
} @*
@foreach (var item in ParetoDay) {
}
*@