@page "/callstats"

Current Call Stats (24h)

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