diff --git a/MP-TAB-SERV/Components/MachineBlock.razor b/MP-TAB-SERV/Components/MachineBlock.razor index fd0e3a77..42835411 100644 --- a/MP-TAB-SERV/Components/MachineBlock.razor +++ b/MP-TAB-SERV/Components/MachineBlock.razor @@ -56,9 +56,12 @@ else
-
+
-   @($" {RecMSE.PezziConf:N0}") +   @($" {RecMSE.PezziConf:N0}")   +
+
+ +   @($" {0:N0}")
@@ -104,9 +107,16 @@ else
-
+
-
@($"{RecMSE.PezziConf:N0}")
+
+
+ @($"{RecMSE.PezziConf:N0}") +
+
+ +   @($" {0:N0}") +
+
@@ -138,10 +148,17 @@ else @RecMSE.Nome
-
+
-
@($"{RecMSE.PezziConf:N0}")
+
+
+ @($"{RecMSE.PezziConf:N0}") +
+
+ +   @($" {0:N0}") +
+
diff --git a/MP-TAB-SERV/Pages/StatusMap.razor b/MP-TAB-SERV/Pages/StatusMap.razor index 33ecdde8..72bf0725 100644 --- a/MP-TAB-SERV/Pages/StatusMap.razor +++ b/MP-TAB-SERV/Pages/StatusMap.razor @@ -6,13 +6,13 @@
@if (ListMSE == null || ListMSE.Count == 0 || isCalcSize) { - @for (int i = 0; i < 10; i++) + @*@for (int i = 0; i < 10; i++) {
- @**@ - + @*
- } + }*@ + } else {