@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 if (tsDataDetail.Count == 0) {
← No data found
} else { } }
}