Fix alarm & added autodelete

This commit is contained in:
Lucio Maranta
2019-02-12 16:58:20 +01:00
parent 5c536ed0ba
commit ede0e5b926
13 changed files with 183 additions and 163 deletions
+4 -1
View File
@@ -17,7 +17,10 @@ namespace Step.Model.ConfigModels
public bool AutoOpenCmsClient { get; set; }
public string MTCFolderPath { get; set; }
public string MTCApplicationName { get; set; }
public int MaxAlarmsRows { get; set; }
public int AlarmToDelete { get; set; }
}
}