aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Developer/Navigation
diff options
context:
space:
mode:
authorRoy Ben-Shabat <Roy@Twine-s.com>2018-02-18 12:45:43 +0200
committerRoy Ben-Shabat <Roy@Twine-s.com>2018-02-18 12:45:43 +0200
commit0c7904ace0b17162b4b1c47ab157d085e73e0e15 (patch)
treea40d1f0f2b4ec0b2931956830c079af170238e40 /Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Developer/Navigation
parent858a2b114f78c87883510e3627874c7632f81177 (diff)
downloadTango-0c7904ace0b17162b4b1c47ab157d085e73e0e15.tar.gz
Tango-0c7904ace0b17162b4b1c47ab157d085e73e0e15.zip
More work on new developer module..
Diffstat (limited to 'Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Developer/Navigation')
-rw-r--r--Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Developer/Navigation/DeveloperNavigationView.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Developer/Navigation/DeveloperNavigationView.cs b/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Developer/Navigation/DeveloperNavigationView.cs
index 90548d1b4..6d1c6669e 100644
--- a/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Developer/Navigation/DeveloperNavigationView.cs
+++ b/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Developer/Navigation/DeveloperNavigationView.cs
@@ -9,6 +9,7 @@ namespace Tango.MachineStudio.Developer.Navigation
public enum DeveloperNavigationView
{
MachineJobSelectionView,
- JobView
+ JobView,
+ RunningJobView
}
}