From 9e89125330379ae6bc5041f387626bf8df87a5ef Mon Sep 17 00:00:00 2001 From: Roy Ben Shabat Date: Sat, 9 May 2020 00:38:58 +0300 Subject: Users & Roles suspend. Fixed issue with USERS_ROLES on provisioning script. Buttons design improvements. --- .../Views/RemoteDesktopView.xaml | 4 +-- .../Tango.FSE.Stubs/Views/TestDesignerView.xaml | 2 +- .../Views/TestRunnerCatalogView.xaml | 2 +- .../Views/TestRunnerExecutionView.xaml | 4 +-- .../Images/machine-update_gray.png | Bin 0 -> 113791 bytes .../Tango.FSE.Upgrade/Tango.FSE.Upgrade.csproj | 3 ++ .../Views/ApplicationUpgradeGeneratedView.xaml | 6 ++-- .../Views/ApplicationUpgradeView.xaml | 6 ++-- .../Views/FirmwareUpgradeGeneratedView.xaml | 6 ++-- .../Views/FirmwareUpgradeView.xaml | 6 ++-- .../Modules/Tango.FSE.Upgrade/Views/MainView.xaml | 4 +-- .../Tango.FSE.Upgrade/Views/WelcomeView.xaml | 2 +- .../Images/users_and_roles.png | Bin 2790 -> 1777 bytes .../ViewModels/OrganizationUsersViewVM.cs | 40 ++++++++++++++++++--- .../ViewModels/UserDetailsViewVM.cs | 4 ++- .../Views/OrganizationSelectionView.xaml | 5 ++- .../Views/OrganizationUsersView.xaml | 11 +++--- .../Tango.FSE.BL/Services/OrganizationsService.cs | 27 ++++++++++++++ .../FSE/Tango.FSE.UI/Views/LayoutView.xaml | 2 +- .../FSE/Tango.FSE.UI/Views/LoadingView.xaml | 2 +- .../FSE/Tango.FSE.UI/Views/LoginView.xaml | 2 +- .../Configurations/ProvisionMachine.xml | Bin 88158 -> 88354 bytes 22 files changed, 100 insertions(+), 38 deletions(-) create mode 100644 Software/Visual_Studio/FSE/Modules/Tango.FSE.Upgrade/Images/machine-update_gray.png (limited to 'Software/Visual_Studio') diff --git a/Software/Visual_Studio/FSE/Modules/Tango.FSE.PPCConsole/Views/RemoteDesktopView.xaml b/Software/Visual_Studio/FSE/Modules/Tango.FSE.PPCConsole/Views/RemoteDesktopView.xaml index 247753801..b3a34c3b9 100644 --- a/Software/Visual_Studio/FSE/Modules/Tango.FSE.PPCConsole/Views/RemoteDesktopView.xaml +++ b/Software/Visual_Studio/FSE/Modules/Tango.FSE.PPCConsole/Views/RemoteDesktopView.xaml @@ -149,8 +149,8 @@ - STOP - START + STOP + START diff --git a/Software/Visual_Studio/FSE/Modules/Tango.FSE.Stubs/Views/TestDesignerView.xaml b/Software/Visual_Studio/FSE/Modules/Tango.FSE.Stubs/Views/TestDesignerView.xaml index 9fc2d5b1f..29251ca31 100644 --- a/Software/Visual_Studio/FSE/Modules/Tango.FSE.Stubs/Views/TestDesignerView.xaml +++ b/Software/Visual_Studio/FSE/Modules/Tango.FSE.Stubs/Views/TestDesignerView.xaml @@ -219,7 +219,7 @@ - - - - + diff --git a/Software/Visual_Studio/FSE/Modules/Tango.FSE.Upgrade/Views/FirmwareUpgradeGeneratedView.xaml b/Software/Visual_Studio/FSE/Modules/Tango.FSE.Upgrade/Views/FirmwareUpgradeGeneratedView.xaml index 6ee70f44c..a8739b347 100644 --- a/Software/Visual_Studio/FSE/Modules/Tango.FSE.Upgrade/Views/FirmwareUpgradeGeneratedView.xaml +++ b/Software/Visual_Studio/FSE/Modules/Tango.FSE.Upgrade/Views/FirmwareUpgradeGeneratedView.xaml @@ -43,7 +43,7 @@ - + @@ -52,13 +52,13 @@ - - - diff --git a/Software/Visual_Studio/Tango.SQLExaminer/SQLExaminer/Configurations/ProvisionMachine.xml b/Software/Visual_Studio/Tango.SQLExaminer/SQLExaminer/Configurations/ProvisionMachine.xml index b8c949c2a..8f60372b0 100644 Binary files a/Software/Visual_Studio/Tango.SQLExaminer/SQLExaminer/Configurations/ProvisionMachine.xml and b/Software/Visual_Studio/Tango.SQLExaminer/SQLExaminer/Configurations/ProvisionMachine.xml differ -- cgit v1.3.1