show alarm state and fps on zones view
This commit is contained in:
parent
29f3e9007a
commit
1b385ee195
|
@ -92,6 +92,9 @@ xhtmlHeaders(__FILE__, translate('Zones'));
|
||||||
?>
|
?>
|
||||||
Sorry, your browser does not support inline SVG
|
Sorry, your browser does not support inline SVG
|
||||||
</svg>
|
</svg>
|
||||||
|
<div id="monitorState">
|
||||||
|
<?php echo translate('State') ?>: <span id="stateValue<?php echo $monitor->Id() ?>"></span> - <span id="fpsValue<?php echo $monitor->Id() ?>"></span> fps
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="zones">
|
<div class="zones">
|
||||||
<table id="zonesTable" class="major">
|
<table id="zonesTable" class="major">
|
||||||
|
|
Loading…
Reference in New Issue