Currently cs-web-lib uses the property border_alarm_sensitive to decide whether to show a widget in the alarm state. This is inconsistent with the CSS implementation where the widget always acknowledges the alarm state and the user can optionally decide to also show this as a border.
CSS implementation for border_alarm_sensitive. Note that if false it still displays the value as red indicating it is in alarm state.
WebUI implementation. Note that when border_alarm_sensitive=false we get no alarm information
Currently cs-web-lib uses the property
border_alarm_sensitive
to decide whether to show a widget in the alarm state. This is inconsistent with the CSS implementation where the widget always acknowledges the alarm state and the user can optionally decide to also show this as a border.CSS implementation for
border_alarm_sensitive
. Note that if false it still displays the value as red indicating it is in alarm state.WebUI implementation. Note that when
border_alarm_sensitive=false
we get no alarm information