diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-04-12 12:47:19 +0300 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-04-12 12:47:19 +0300 |
| commit | 9c0bad738d47742f39f2b02b240591653da6bc12 (patch) | |
| tree | b3cb5e2d15927f4b04d971998b156a8673863d4e /Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Developer/Views/JobView.xaml | |
| parent | 8926f5b786ba07b3c21a1ada6ed9939a41e247d5 (diff) | |
| download | Tango-9c0bad738d47742f39f2b02b240591653da6bc12.tar.gz Tango-9c0bad738d47742f39f2b02b240591653da6bc12.zip | |
Added changes to PMR hardware.
Implemented Start Job and Record.
Fixed issue with logs timeline event width.
Implemented 'Event Resolved' event to event logs.
Diffstat (limited to 'Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Developer/Views/JobView.xaml')
| -rw-r--r-- | Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Developer/Views/JobView.xaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Developer/Views/JobView.xaml b/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Developer/Views/JobView.xaml index 4c0784d1d..c575ef2a3 100644 --- a/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Developer/Views/JobView.xaml +++ b/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Developer/Views/JobView.xaml @@ -1066,6 +1066,9 @@ <TextBlock VerticalAlignment="Center" Margin="10 0 0 0" FontSize="18">START JOB</TextBlock> </StackPanel> </Button> + <Button Height="60" Width="60" Margin="-60 0 0 0" Padding="0" Command="{Binding StartJobAndRecordCommand}" Click="OnJobStartClick" ToolTip="Start Job and Record"> + <materialDesign:PackIcon VerticalAlignment="Center" Width="38" Height="38" Kind="Record" Foreground="#FF6D6D" /> + </Button> </StackPanel> </Grid> |
