diff --git a/MP-TAB-SERV/Components/MachineBlock.razor b/MP-TAB-SERV/Components/MachineBlock.razor
index 40234416..1e873a49 100644
--- a/MP-TAB-SERV/Components/MachineBlock.razor
+++ b/MP-TAB-SERV/Components/MachineBlock.razor
@@ -48,7 +48,7 @@ else
- @RecMSE.DescrizioneStato: @(formatDurata(RecMSE.Durata))
+ @RecMSE.DescrizioneStato: @(FormatDurata(RecMSE.Durata))
@@ -95,7 +95,7 @@ else
@RecMSE.Nome
- @RecMSE.DescrizioneStato: @(formatDurata(RecMSE.Durata))
+ @RecMSE.DescrizioneStato: @(FormatDurata(RecMSE.Durata))
@if (showCard)
@@ -241,7 +241,7 @@ else
@RecMSE.DescrizioneStato :
- @(formatDurata(RecMSE.Durata))
+ @(FormatDurata(RecMSE.Durata))
diff --git a/MP-TAB-SERV/Components/MachineBlock.razor.cs b/MP-TAB-SERV/Components/MachineBlock.razor.cs
index 5fe42ba1..14c65654 100644
--- a/MP-TAB-SERV/Components/MachineBlock.razor.cs
+++ b/MP-TAB-SERV/Components/MachineBlock.razor.cs
@@ -41,27 +41,22 @@ namespace MP_TAB_SERV.Components
///
///
@lblWarnHead
-
@lblWarnBody @numPz2Conf
+
@lblWarnBody @numPz2Conf pz NC
@if (!odlOk)
{
@@ -19,10 +19,32 @@
- ODL setup (full)
+
+ selettore PODL
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
- }
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/MP-TAB-SERV/Components/OdlMan.razor.cs b/MP-TAB-SERV/Components/OdlMan.razor.cs
index 8e51ff3f..184f7ba9 100644
--- a/MP-TAB-SERV/Components/OdlMan.razor.cs
+++ b/MP-TAB-SERV/Components/OdlMan.razor.cs
@@ -1,5 +1,6 @@
using global::Microsoft.AspNetCore.Components;
using MP.Data.DatabaseModels;
+using MP.Data.Services;
namespace MP_TAB_SERV.Components
{
@@ -13,19 +14,26 @@ namespace MP_TAB_SERV.Components
[Parameter]
public EventCallback