@page "/callstats"

Current Stats

Avail Data (last 24h)
    @foreach (var item in ParetoDay) {
  • @item.Title
  • }
@if (string.IsNullOrEmpty(currHistId)) {
selezionare la metrica
} else {
}
@if (!string.IsNullOrEmpty(currHistId)) {
@if (string.IsNullOrEmpty(currDetail)) {
← selezionare valore
} else { if (tsDataDetail.Count == 0) {
← No data found
} else {
History @currDetail (hourly)
# giorni
} }
}