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
|
||||
</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>
|
||||
<?php echo $monitor->getMonitorStateHTML(); ?>
|
||||
</div>
|
||||
<div class="zones">
|
||||
<table id="zonesTable" class="major">
|
||||
|
|
Loading…
Reference in New Issue