diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-02-18 12:45:43 +0200 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-02-18 12:45:43 +0200 |
| commit | 0c7904ace0b17162b4b1c47ab157d085e73e0e15 (patch) | |
| tree | a40d1f0f2b4ec0b2931956830c079af170238e40 /Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Developer/Navigation | |
| parent | 858a2b114f78c87883510e3627874c7632f81177 (diff) | |
| download | Tango-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.cs | 3 |
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 } } |
