Use Monitor->getStatusHTML to generate status html
This commit is contained in:
parent
91d6ff2029
commit
5ce701f5cb
|
@ -91,9 +91,7 @@ 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 $monitor->getMonitorStateHTML(); ?>
|
||||||
<?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