From f1c5f547b86bcc2c2d3bfceb4a2a945dd9bafb02 Mon Sep 17 00:00:00 2001 From: "zaccaria.majid" Date: Thu, 14 Dec 2023 16:23:08 +0100 Subject: [PATCH 1/2] ok larghezza componenti pagina dettaglio macchina --- MP-TAB-SERV/Components/ProdConfirm.razor | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MP-TAB-SERV/Components/ProdConfirm.razor b/MP-TAB-SERV/Components/ProdConfirm.razor index d98992c6..a341424a 100644 --- a/MP-TAB-SERV/Components/ProdConfirm.razor +++ b/MP-TAB-SERV/Components/ProdConfirm.razor @@ -8,13 +8,13 @@
@if (enableMagPrint) { -
+
} @if (odlOk) { -
+
From c94742b7df490b9e10a99be982d9b26d171a2f96 Mon Sep 17 00:00:00 2001 From: "zaccaria.majid" Date: Thu, 14 Dec 2023 16:56:53 +0100 Subject: [PATCH 2/2] fix redirect post primo login --- MP-TAB-SERV/Pages/RegNewDevice.razor.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MP-TAB-SERV/Pages/RegNewDevice.razor.cs b/MP-TAB-SERV/Pages/RegNewDevice.razor.cs index a42d0b2d..1f8d1cde 100644 --- a/MP-TAB-SERV/Pages/RegNewDevice.razor.cs +++ b/MP-TAB-SERV/Pages/RegNewDevice.razor.cs @@ -108,7 +108,7 @@ namespace MP_TAB_SERV.Pages await MsgServ.SetCurrOperDtoLSAsync(hash); await MsgServ.SetLastMatrOprAsync(rigaOpr.MatrOpr); await TDService.OperatoreSetRedis(matrOpr, hash, devGuid); - NavMan.NavigateTo("status-map"); + NavMan.NavigateTo("status-map", true); } else {