aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Azure/Tango.AzureUtils.UI/Controls/WebAppPropertiesControl.xaml
diff options
context:
space:
mode:
authorRoy <Roy.mail.net@gmail.com>2023-09-04 03:16:28 +0300
committerRoy <Roy.mail.net@gmail.com>2023-09-04 03:16:28 +0300
commit190df294c6f8e4f93e106ede25b39d22221d12d5 (patch)
treea7f16efd5b66beddfa8789ad67b432a310d84f66 /Software/Visual_Studio/Azure/Tango.AzureUtils.UI/Controls/WebAppPropertiesControl.xaml
parent78ba28666b686329661f4a8fded423af94bbfb84 (diff)
downloadTango-190df294c6f8e4f93e106ede25b39d22221d12d5.tar.gz
Tango-190df294c6f8e4f93e106ede25b39d22221d12d5.zip
Implemented Eureka Version Upgrades Azure Utils.
Diffstat (limited to 'Software/Visual_Studio/Azure/Tango.AzureUtils.UI/Controls/WebAppPropertiesControl.xaml')
-rw-r--r--Software/Visual_Studio/Azure/Tango.AzureUtils.UI/Controls/WebAppPropertiesControl.xaml14
1 files changed, 10 insertions, 4 deletions
diff --git a/Software/Visual_Studio/Azure/Tango.AzureUtils.UI/Controls/WebAppPropertiesControl.xaml b/Software/Visual_Studio/Azure/Tango.AzureUtils.UI/Controls/WebAppPropertiesControl.xaml
index 40c1b8223..ab4b62ae7 100644
--- a/Software/Visual_Studio/Azure/Tango.AzureUtils.UI/Controls/WebAppPropertiesControl.xaml
+++ b/Software/Visual_Studio/Azure/Tango.AzureUtils.UI/Controls/WebAppPropertiesControl.xaml
@@ -9,8 +9,8 @@
mc:Ignorable="d"
d:DesignHeight="450" d:DesignWidth="800" d:DataContext="{d:DesignInstance Type=azure:IWebAppBase, IsDesignTimeCreatable=False}" x:Name="control" >
<Grid>
- <StackPanel TextElement.FontSize="10">
- <controls:TableGrid RowHeight="20">
+ <StackPanel TextElement.FontSize="9">
+ <controls:TableGrid RowHeight="18">
<TextBlock FontWeight="SemiBold">ADDRESS:</TextBlock>
<ItemsControl ItemsSource="{Binding ElementName=control,Path=HostNames}"/>
@@ -56,12 +56,18 @@
<TextBlock FontWeight="SemiBold">Machine Studio Version:</TextBlock>
<TextBlock Text="{Binding ElementName=control,Path=MachineStudioVersion.Version}"></TextBlock>
- <TextBlock FontWeight="SemiBold">Tango Application Version:</TextBlock>
+ <TextBlock FontWeight="SemiBold">PPC Application Version:</TextBlock>
<TextBlock Text="{Binding ElementName=control,Path=TangoVersion.VersionAndTag}"></TextBlock>
- <TextBlock FontWeight="SemiBold">Tango Firmware Version::</TextBlock>
+ <TextBlock FontWeight="SemiBold">PPC Firmware Version::</TextBlock>
<TextBlock Text="{Binding ElementName=control,Path=TangoVersion.FirmwareVersion}"></TextBlock>
+ <TextBlock FontWeight="SemiBold">Twine X4 Application Version:</TextBlock>
+ <TextBlock Text="{Binding ElementName=control,Path=EurekaVersion.VersionAndTag}"></TextBlock>
+
+ <TextBlock FontWeight="SemiBold">Twine X4 Firmware Version::</TextBlock>
+ <TextBlock Text="{Binding ElementName=control,Path=EurekaVersion.FirmwareVersion}"></TextBlock>
+
<TextBlock FontWeight="SemiBold">Tango FSE Version:</TextBlock>
<TextBlock Text="{Binding ElementName=control,Path=FseVersion.Version}"></TextBlock>