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) {