@page "/status-map"
@if (ListMSE == null || ListMSE.Count == 0 || isCalcSize) { if (ListMachineEnabled == null || ListMachineEnabled.Count == 0) {

Attenzione!

Nessun impianto abilitato per l'operatore.
LogOut
} else {
} } else { int mseIdx = 0; for (int i = 0; i < mapNRow; i++) {
@for (int j = 0; j < mapNCol; j++) { var currMse = MseById(mseIdx); mseIdx++; if (currMse != null) {
} else {
 
} }
} }