show alarm state and fps on zones view

This commit is contained in:
Andrew Bauer 2021-01-06 14:27:06 -06:00 committed by Isaac Connor
parent 29f3e9007a
commit 1b385ee195
1 changed files with 3 additions and 0 deletions

View File

@ -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') ?>:&nbsp;<span id="stateValue<?php echo $monitor->Id() ?>"></span>&nbsp;-&nbsp;<span id="fpsValue<?php echo $monitor->Id() ?>"></span>&nbsp;fps
</div>
</div> </div>
<div class="zones"> <div class="zones">
<table id="zonesTable" class="major"> <table id="zonesTable" class="major">