|
@@ -72,19 +72,19 @@
|
|
|
IsVisible="{Binding SelectedRecord, Converter={x:Static ObjectConverters.IsNotNull}}">
|
|
IsVisible="{Binding SelectedRecord, Converter={x:Static ObjectConverters.IsNotNull}}">
|
|
|
<Grid ColumnDefinitions="80,*" RowDefinitions="Auto,Auto,Auto,Auto">
|
|
<Grid ColumnDefinitions="80,*" RowDefinitions="Auto,Auto,Auto,Auto">
|
|
|
<TextBlock Grid.Row="0" Grid.Column="0" Text="TIME" FontFamily="{DynamicResource MonoFont}" FontSize="10" Foreground="{DynamicResource TextTertiaryBrush}"/>
|
|
<TextBlock Grid.Row="0" Grid.Column="0" Text="TIME" FontFamily="{DynamicResource MonoFont}" FontSize="10" Foreground="{DynamicResource TextTertiaryBrush}"/>
|
|
|
- <TextBlock Grid.Row="0" Grid.Column="1" Text="{Binding SelectedRecord.AlarmTime, StringFormat='{}{0:yyyy-MM-dd HH:mm:ss}', FallbackValue='--'}"
|
|
|
|
|
|
|
+ <TextBlock Grid.Row="0" Grid.Column="1" Text="{Binding DetailTime}"
|
|
|
FontFamily="{DynamicResource MonoFont}" FontSize="11" Foreground="{DynamicResource TextPrimaryBrush}"/>
|
|
FontFamily="{DynamicResource MonoFont}" FontSize="11" Foreground="{DynamicResource TextPrimaryBrush}"/>
|
|
|
|
|
|
|
|
<TextBlock Grid.Row="1" Grid.Column="0" Text="TYPE" FontFamily="{DynamicResource MonoFont}" FontSize="10" Foreground="{DynamicResource TextTertiaryBrush}"/>
|
|
<TextBlock Grid.Row="1" Grid.Column="0" Text="TYPE" FontFamily="{DynamicResource MonoFont}" FontSize="10" Foreground="{DynamicResource TextTertiaryBrush}"/>
|
|
|
- <TextBlock Grid.Row="1" Grid.Column="1" Text="{Binding SelectedRecord.AlarmType, FallbackValue='--'}"
|
|
|
|
|
|
|
+ <TextBlock Grid.Row="1" Grid.Column="1" Text="{Binding DetailType}"
|
|
|
FontFamily="{DynamicResource MonoFont}" FontSize="11" Foreground="{DynamicResource WarningBrush}"/>
|
|
FontFamily="{DynamicResource MonoFont}" FontSize="11" Foreground="{DynamicResource WarningBrush}"/>
|
|
|
|
|
|
|
|
<TextBlock Grid.Row="2" Grid.Column="0" Text="MESSAGE" FontFamily="{DynamicResource MonoFont}" FontSize="10" Foreground="{DynamicResource TextTertiaryBrush}"/>
|
|
<TextBlock Grid.Row="2" Grid.Column="0" Text="MESSAGE" FontFamily="{DynamicResource MonoFont}" FontSize="10" Foreground="{DynamicResource TextTertiaryBrush}"/>
|
|
|
- <TextBlock Grid.Row="2" Grid.Column="1" Text="{Binding SelectedRecord.AlarmMessage, FallbackValue='--'}"
|
|
|
|
|
|
|
+ <TextBlock Grid.Row="2" Grid.Column="1" Text="{Binding DetailMessage}"
|
|
|
FontFamily="{DynamicResource MonoFont}" FontSize="11" Foreground="{DynamicResource DangerBrush}"/>
|
|
FontFamily="{DynamicResource MonoFont}" FontSize="11" Foreground="{DynamicResource DangerBrush}"/>
|
|
|
|
|
|
|
|
<TextBlock Grid.Row="3" Grid.Column="0" Text="LEVEL" FontFamily="{DynamicResource MonoFont}" FontSize="10" Foreground="{DynamicResource TextTertiaryBrush}"/>
|
|
<TextBlock Grid.Row="3" Grid.Column="0" Text="LEVEL" FontFamily="{DynamicResource MonoFont}" FontSize="10" Foreground="{DynamicResource TextTertiaryBrush}"/>
|
|
|
- <TextBlock Grid.Row="3" Grid.Column="1" Text="{Binding SelectedRecord.AlarmLevel, StringFormat='{}Level {0}', FallbackValue='--'}"
|
|
|
|
|
|
|
+ <TextBlock Grid.Row="3" Grid.Column="1" Text="{Binding DetailLevel}"
|
|
|
FontFamily="{DynamicResource MonoFont}" FontSize="11" Foreground="{DynamicResource TextPrimaryBrush}"/>
|
|
FontFamily="{DynamicResource MonoFont}" FontSize="11" Foreground="{DynamicResource TextPrimaryBrush}"/>
|
|
|
</Grid>
|
|
</Grid>
|
|
|
</Border>
|
|
</Border>
|