Merge remote-tracking branch 'origin/CmsConnectGateway' into develop

# Conflicts:
#	Step.Model/ConfigModels/ServerConfigModel.cs
#	Step/Controllers/WebApi/ConfigurationController.cs
This commit is contained in:
Lucio Maranta
2019-08-28 14:33:54 +02:00
48 changed files with 3240 additions and 252 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ namespace Step.Model.ConfigModels
public string MTCFolderPath { get; set; }
public string MTCApplicationName { get; set; }
public bool CMSConnectReady { get; set; }
public int MaxAlarmsRows { get; set; }
public int AlarmToDelete { get; set; }
}