|
167 | 167 | Command="{Binding ResetLayoutCommand}" |
168 | 168 | CustomizationContent="Reset Layout" |
169 | 169 | Content="Restore default layout" /> |
| 170 | + <dxb:BarStaticItem x:Name="SunsetBanner" |
| 171 | + AutoSizeMode="Content" |
| 172 | + CustomizationContent="Sunset Banner" |
| 173 | + CategoryName="Status" |
| 174 | + ShowBorder="False" |
| 175 | + Content="{Binding}"> |
| 176 | + <dxb:BarStaticItem.ContentTemplate> |
| 177 | + <DataTemplate> |
| 178 | + <Border Background="#FFF9C400" BorderBrush="#FFDFA600" BorderThickness="1" Padding="4,0,4,0" Height="28"> |
| 179 | + <Grid HorizontalAlignment="Center"> |
| 180 | + <TextBlock FontWeight="Bold" FontSize="12" VerticalAlignment="Center"> |
| 181 | + <Run Text="Serviceinsight will be" /> |
| 182 | + <Hyperlink NavigateUri="https://docs.particular.net/serviceinsight/support-policy" |
| 183 | + ToolTip="View support policy" |
| 184 | + RequestNavigate="Hyperlink_RequestNavigate"> |
| 185 | + <Run Text="deprecated" /> |
| 186 | + </Hyperlink> |
| 187 | + <Run Text="as of February 10 2027" /> |
| 188 | + </TextBlock> |
| 189 | + </Grid> |
| 190 | + </Border> |
| 191 | + </DataTemplate> |
| 192 | + </dxb:BarStaticItem.ContentTemplate> |
| 193 | + </dxb:BarStaticItem> |
170 | 194 | <dxb:BarButtonItem x:Name="ProvideFeedback" |
171 | 195 | AutomationProperties.AutomationId="ProvideFeedbackMenuItem" |
172 | 196 | CategoryName="Help" |
|
195 | 219 | </DataTemplate> |
196 | 220 | </dxb:BarButtonItem.ContentTemplate> |
197 | 221 | </dxb:BarButtonItem> |
| 222 | + |
198 | 223 | <dxb:BarCheckItem Name="DataAutoRefresh" |
199 | 224 | AutomationProperties.AutomationId="DataAutoRefreshMenuItem" |
200 | 225 | CustomizationContent="Auto Data Refresh" |
|
409 | 434 | <dxb:BarItemLinkSeparator /> |
410 | 435 | <dxb:BarCheckItemLink BarItemName="DataAutoRefresh" /> |
411 | 436 | <dxb:BarCheckItemLink BarItemName="RetryMessage" /> |
| 437 | + <dxb:BarStaticItemLink BarItemName="SunsetBanner" Alignment="Far" /> |
412 | 438 | <dxb:BarButtonItemLink BarItemName="ProvideFeedbackToolbar" Alignment="Far" /> |
| 439 | + |
413 | 440 | </dxb:Bar> |
414 | 441 | <dxb:Bar x:Name="StatusBar" |
415 | 442 | AllowCollapse="True" |
|
0 commit comments