Remove dashboard update period stuff

This commit is contained in:
Steve Beaver 2017-08-17 19:05:44 -04:00
parent d244e2017e
commit c8dfbcbe83

View File

@ -388,7 +388,6 @@ $rows_displayed = false;
<div id="cpuPB" class="progress-bar progress-bar-striped" role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="100" style="width: 0%">
</div>
</div>
<?php $update_period = (!empty($config['widgets']['period'])) ? $config['widgets']['period'] : "10"; ?>
<span id="cpumeter"><?=sprintf(gettext("Retrieving CPU data %s"), "<i class=\"fa fa-gear fa-spin\"></i>")?></span>
</td>
</tr>