diff options
| author | Roy <Roy.mail.net@gmail.com> | 2023-01-22 14:44:58 +0200 |
|---|---|---|
| committer | Roy <Roy.mail.net@gmail.com> | 2023-01-22 14:44:58 +0200 |
| commit | 0628e2878b0684a389e81ccf485328a1621a08f6 (patch) | |
| tree | e0cdb9c8bedfab5bc9efd122e88aade1cf960f72 /Software/Visual_Studio/Azure/Tango.AzureUtils.UI | |
| parent | 7b2e877a3220879b8dc790a65f0502a35ac36b0d (diff) | |
| download | Tango-0628e2878b0684a389e81ccf485328a1621a08f6.tar.gz Tango-0628e2878b0684a389e81ccf485328a1621a08f6.zip | |
Fixed Azure Utils Firmware Injection View.
Diffstat (limited to 'Software/Visual_Studio/Azure/Tango.AzureUtils.UI')
| -rw-r--r-- | Software/Visual_Studio/Azure/Tango.AzureUtils.UI/Views/EnvironmentFirmwareUpgradeView.xaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/Azure/Tango.AzureUtils.UI/Views/EnvironmentFirmwareUpgradeView.xaml b/Software/Visual_Studio/Azure/Tango.AzureUtils.UI/Views/EnvironmentFirmwareUpgradeView.xaml index 9d122ab06..330d6b3a4 100644 --- a/Software/Visual_Studio/Azure/Tango.AzureUtils.UI/Views/EnvironmentFirmwareUpgradeView.xaml +++ b/Software/Visual_Studio/Azure/Tango.AzureUtils.UI/Views/EnvironmentFirmwareUpgradeView.xaml @@ -25,7 +25,7 @@ <DockPanel> <ComboBox DockPanel.Dock="Top" ItemsSource="{Binding DeploymentSlots}" SelectedItem="{Binding SelectedDeploymentSlot}" DisplayMemberPath="Name"></ComboBox> - <localControls:WebAppPropertiesControl VerticalAlignment="Top" Margin="0 20 0 0" DataContext="{Binding SelectedDeploymentSlot}" /> + <localControls:WebAppPropertiesControl VerticalAlignment="Top" Margin="0 20 0 0" WebApp="{Binding SelectedDeploymentSlot}" /> </DockPanel> </GroupBox> |
