aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Web/Tango.MachineService.Gateway/DTO/EnvironmentConfiguration.cs
diff options
context:
space:
mode:
authorRoy Ben Shabat <Roy.mail.net@gmail.com>2020-05-20 17:46:21 +0300
committerRoy Ben Shabat <Roy.mail.net@gmail.com>2020-05-20 17:46:21 +0300
commit54ef796c5afa8d1ccb4b8b148d765f590b4de03a (patch)
treee3b1390c25736abe588048421844f0a17905ba68 /Software/Visual_Studio/Web/Tango.MachineService.Gateway/DTO/EnvironmentConfiguration.cs
parent128a245cf12d7720e0fd0cea8810426ac32bc84d (diff)
downloadTango-54ef796c5afa8d1ccb4b8b148d765f590b4de03a.tar.gz
Tango-54ef796c5afa8d1ccb4b8b148d765f590b4de03a.zip
Improved Gateway environments handling.
Diffstat (limited to 'Software/Visual_Studio/Web/Tango.MachineService.Gateway/DTO/EnvironmentConfiguration.cs')
-rw-r--r--Software/Visual_Studio/Web/Tango.MachineService.Gateway/DTO/EnvironmentConfiguration.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Software/Visual_Studio/Web/Tango.MachineService.Gateway/DTO/EnvironmentConfiguration.cs b/Software/Visual_Studio/Web/Tango.MachineService.Gateway/DTO/EnvironmentConfiguration.cs
index 0da9de5e5..25ba9ba3d 100644
--- a/Software/Visual_Studio/Web/Tango.MachineService.Gateway/DTO/EnvironmentConfiguration.cs
+++ b/Software/Visual_Studio/Web/Tango.MachineService.Gateway/DTO/EnvironmentConfiguration.cs
@@ -11,5 +11,6 @@ namespace Tango.MachineService.Gateway.DTO
public String Name { get; set; }
public String Description { get; set; }
public String MachineServiceAddress { get; set; }
+ public int DisplayIndex { get; set; }
}
} \ No newline at end of file