[UPDATE] Prepared for updated monitoring variable
This commit is contained in:
parent
3f83098e7b
commit
33f402ad80
@ -31,6 +31,8 @@
|
||||
{if $event.type == 'okerror'}
|
||||
{if $event.value == 0}
|
||||
<font color="green">OK</font>
|
||||
{else if $event.value == 2}
|
||||
<font color="orange">WARN</font>
|
||||
{else}
|
||||
<font color="red">ERROR</font>
|
||||
{/if}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user