From aa2170bb476e627ae3aaccb8f5835b1b9331c82a Mon Sep 17 00:00:00 2001 From: Roy Date: Sat, 19 Nov 2022 05:44:57 +0200 Subject: Twine RSM --- .../Controls/WebAppPropertiesControl.xaml | 4 ++-- .../Controls/WebAppPropertiesControl.xaml.cs | 12 ++++++------ .../Tango.AzureUtils.UI/Views/EnvironmentUpgradeView.xaml | 4 ++-- 3 files changed, 10 insertions(+), 10 deletions(-) (limited to 'Software/Visual_Studio/Azure/Tango.AzureUtils.UI') 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 209a4c1aa..aadd7a6d8 100644 --- a/Software/Visual_Studio/Azure/Tango.AzureUtils.UI/Controls/WebAppPropertiesControl.xaml +++ b/Software/Visual_Studio/Azure/Tango.AzureUtils.UI/Controls/WebAppPropertiesControl.xaml @@ -65,8 +65,8 @@ Tango FSE Version: - Twine Studio Version: - + Twine RSM Version: + Machine Service Version: diff --git a/Software/Visual_Studio/Azure/Tango.AzureUtils.UI/Controls/WebAppPropertiesControl.xaml.cs b/Software/Visual_Studio/Azure/Tango.AzureUtils.UI/Controls/WebAppPropertiesControl.xaml.cs index a6b0d12d7..a0e01e160 100644 --- a/Software/Visual_Studio/Azure/Tango.AzureUtils.UI/Controls/WebAppPropertiesControl.xaml.cs +++ b/Software/Visual_Studio/Azure/Tango.AzureUtils.UI/Controls/WebAppPropertiesControl.xaml.cs @@ -60,13 +60,13 @@ namespace Tango.AzureUtils.UI.Controls - public FseVersion TwineStudioVersion + public FseVersion TwineRSMVersion { - get { return (FseVersion)GetValue(TwineStudioVersionProperty); } - set { SetValue(TwineStudioVersionProperty, value); } + get { return (FseVersion)GetValue(TwineRSMVersionProperty); } + set { SetValue(TwineRSMVersionProperty, value); } } - public static readonly DependencyProperty TwineStudioVersionProperty = - DependencyProperty.Register("TwineStudioVersion", typeof(FseVersion), typeof(WebAppPropertiesControl), new PropertyMetadata(null)); + public static readonly DependencyProperty TwineRSMVersionProperty = + DependencyProperty.Register("TwineRSMVersion", typeof(FseVersion), typeof(WebAppPropertiesControl), new PropertyMetadata(null)); @@ -127,7 +127,7 @@ namespace Tango.AzureUtils.UI.Controls TangoVersion = await databaseManager.GetLatestPPCVersion(app); MachineStudioVersion = await databaseManager.GetLatestMachineStudioVersion(app); FseVersion = await databaseManager.GetLatestFSEVersion(app, FSEBuildVariants.FSE); - TwineStudioVersion = await databaseManager.GetLatestFSEVersion(app, FSEBuildVariants.TwineStudio); + TwineRSMVersion = await databaseManager.GetLatestFSEVersion(app, FSEBuildVariants.TwineRSM); FtpManager ftpManager = new FtpManager(azure); MachineServiceVersion = await ftpManager.GetMachineServiceVersion(app); diff --git a/Software/Visual_Studio/Azure/Tango.AzureUtils.UI/Views/EnvironmentUpgradeView.xaml b/Software/Visual_Studio/Azure/Tango.AzureUtils.UI/Views/EnvironmentUpgradeView.xaml index 2dfab2ff6..249dbabc6 100644 --- a/Software/Visual_Studio/Azure/Tango.AzureUtils.UI/Views/EnvironmentUpgradeView.xaml +++ b/Software/Visual_Studio/Azure/Tango.AzureUtils.UI/Views/EnvironmentUpgradeView.xaml @@ -49,8 +49,8 @@ Upgrade PPC Database Version Upgrade FSE Blob Storage Upgrade FSE Database Version - Upgrade Twine Studio Blob Storage - Upgrade Twine Studio Database Version + Upgrade Twine RSM Blob Storage + Upgrade Twine RSM Database Version Upgrade Machine Service -- cgit v1.3.1