From 3ced78bcad15076103104ca5e2d8daff4905f0c1 Mon Sep 17 00:00:00 2001 From: Samuele Locatelli Date: Fri, 10 Apr 2026 10:03:15 +0200 Subject: [PATCH] Ancora update display statistiche --- MP.IOC/Components/Pages/CallStats.razor | 43 ++++++++++++++----------- 1 file changed, 24 insertions(+), 19 deletions(-) diff --git a/MP.IOC/Components/Pages/CallStats.razor b/MP.IOC/Components/Pages/CallStats.razor index e45c9261..7b63ce92 100644 --- a/MP.IOC/Components/Pages/CallStats.razor +++ b/MP.IOC/Components/Pages/CallStats.razor @@ -25,29 +25,34 @@ } -
- @if (string.IsNullOrEmpty(@currSelect)) - { + @if (string.IsNullOrEmpty(@currSelect)) + { +
selezionare la metrica
- } - else - { +
+ } + else + { +
- } -
-
- -
+
+
+ +
+ } -
-
- + @if (!string.IsNullOrEmpty(@currSelect)) + { +
+
+ +
+
+ timeserie selezionata x num call/tempo +
-
- timeserie selezionata x num call/tempo -
-
-@*
+ } + @*
@foreach (var item in ParetoDay) {