aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/PPC/Tango.PPC.UI
diff options
context:
space:
mode:
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.UI')
-rw-r--r--Software/Visual_Studio/PPC/Tango.PPC.UI/Views/LayoutView.xaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/Software/Visual_Studio/PPC/Tango.PPC.UI/Views/LayoutView.xaml b/Software/Visual_Studio/PPC/Tango.PPC.UI/Views/LayoutView.xaml
index 3e1f50e41..5a1af11e6 100644
--- a/Software/Visual_Studio/PPC/Tango.PPC.UI/Views/LayoutView.xaml
+++ b/Software/Visual_Studio/PPC/Tango.PPC.UI/Views/LayoutView.xaml
@@ -56,6 +56,9 @@
<DataTrigger Binding="{Binding Settings.DeploymentSlot}" Value="PROD">
<Setter Property="Visibility" Value="Collapsed"></Setter>
</DataTrigger>
+ <DataTrigger Binding="{Binding Settings.DeploymentSlot}" Value="BETA">
+ <Setter Property="Visibility" Value="Collapsed"></Setter>
+ </DataTrigger>
</Style.Triggers>
</Style>
</TextBlock.Style>