aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI
diff options
context:
space:
mode:
authorRoy Ben-Shabat <Roy@Twine-s.com>2019-01-21 18:27:13 +0200
committerRoy Ben-Shabat <Roy@Twine-s.com>2019-01-21 18:27:13 +0200
commitde5315c050369dd7d2cc7cdc2b82e9cde0d6da24 (patch)
tree2cf2436f58182e3841471880cee90b0993c9e033 /Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI
parente1506d483f8f7beadb1367d6a00acfb4754183fc (diff)
downloadTango-de5315c050369dd7d2cc7cdc2b82e9cde0d6da24.tar.gz
Tango-de5315c050369dd7d2cc7cdc2b82e9cde0d6da24.zip
Testing some external bridge communication..
Implemented external bridge application logs routing !!!
Diffstat (limited to 'Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI')
-rw-r--r--Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/Views/ConnectedMachineView.xaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/Views/ConnectedMachineView.xaml b/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/Views/ConnectedMachineView.xaml
index 2e2dd1285..c323ce0b0 100644
--- a/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/Views/ConnectedMachineView.xaml
+++ b/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/Views/ConnectedMachineView.xaml
@@ -99,6 +99,8 @@
<ToggleButton IsChecked="{Binding UseKeepAlive}" HorizontalAlignment="Left"></ToggleButton>
<TextBlock FontWeight="SemiBold" Text="Enable Events:" />
<ToggleButton IsChecked="{Binding EnableEventsNotification}" HorizontalAlignment="Left"></ToggleButton>
+ <TextBlock FontWeight="SemiBold" Text="Enable Application Logs:" />
+ <ToggleButton IsChecked="{Binding EnableApplicationLogs}" HorizontalAlignment="Left"></ToggleButton>
</controls:TableGrid>
</DataTemplate>