aggiunto colore rosso x fermate e fix refresh post fine attrezzaggio

This commit is contained in:
zaccaria.majid
2023-12-18 11:55:27 +01:00
parent d091c5eaf4
commit cbe4cf5bf4
2 changed files with 6 additions and 0 deletions
+5
View File
@@ -106,6 +106,11 @@ namespace MP_TAB3.Components
answ = "bg-warning text-dark";
borderColor = "border-warning";
}
else if (sem == "sRo")
{
answ = "bg-danger text-light";
borderColor = "border-danger";
}
return answ;
}
[Inject]
+1
View File
@@ -2368,6 +2368,7 @@ namespace MP.Data.Services
{
bool answ = false;
answ = dbTabController.RicalcMse(idxMacchina, maxAgeSec);
await FlushOdlCache();
await FlushCache(Constants.redisMseKey);
return answ;
}