feat: expand cockpit integrations and support workflows
Add Phoenix remote desktop, action connector, documentation engine, and gamification support. Refactor support-case processing and search/action UI, and update installer assets and dependencies.
This commit is contained in:
@@ -21,7 +21,8 @@
|
||||
MouseLeftButtonUp="MenuItemBorder_Click"
|
||||
TouchDown="MenuItemBorder_Click"
|
||||
MouseEnter="MenuItemBorder_MouseEnter"
|
||||
MouseLeave="MenuItemBorder_MouseLeave">
|
||||
MouseLeave="MenuItemBorder_MouseLeave"
|
||||
>
|
||||
|
||||
<Grid x:Name="MenuItemContent">
|
||||
<Grid.ColumnDefinitions>
|
||||
@@ -31,12 +32,14 @@
|
||||
</Grid.ColumnDefinitions>
|
||||
|
||||
<ico:AdaptableIcon x:Name="MenuItemIcon"
|
||||
Grid.Column="0" />
|
||||
Grid.Column="0"
|
||||
/>
|
||||
|
||||
<ico:AdaptableIcon x:Name="MenuItemOverlayIcon"
|
||||
Grid.Column="0"
|
||||
BorderPadding="10 10 0 0"
|
||||
Margin="0 0 -5 -5"/>
|
||||
Visibility="Collapsed"
|
||||
IsHitTestVisible="False"
|
||||
/>
|
||||
|
||||
<StackPanel Grid.Column="1"
|
||||
Margin="15 0 15 0"
|
||||
|
||||
Reference in New Issue
Block a user