Fix password maintenances

Added new machine number config field
This commit is contained in:
Lucio Maranta
2020-02-24 16:42:47 +01:00
parent 69e049b91d
commit 3199ad99d5
9 changed files with 26 additions and 12 deletions
@@ -23,7 +23,5 @@ namespace Step.Model.ConfigModels
public int MaxAlarmsRows { get; set; }
public int AlarmToDelete { get; set; }
public bool SiemensKeyboardOption { get; set; }
}
}