summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorSteve Beaver <sbeaver@netgate.com>2017-08-17 19:05:44 -0400
committerSteve Beaver <sbeaver@netgate.com>2017-08-17 19:05:44 -0400
commitc8dfbcbe83d9e0afbc89713147d5d024a0af9294 (patch)
tree2631906f68c78c9cbbe7f15251b7e723bb63e5f8 /src
parentd244e2017eda9787a52d9eb017235a7230a315fc (diff)
downloadpfsense-c8dfbcbe83d9e0afbc89713147d5d024a0af9294.zip
pfsense-c8dfbcbe83d9e0afbc89713147d5d024a0af9294.tar.gz
Remove dashboard update period stuff
Diffstat (limited to 'src')
-rw-r--r--src/usr/local/www/widgets/widgets/system_information.widget.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/usr/local/www/widgets/widgets/system_information.widget.php b/src/usr/local/www/widgets/widgets/system_information.widget.php
index 688c09e..dea152e 100644
--- a/src/usr/local/www/widgets/widgets/system_information.widget.php
+++ b/src/usr/local/www/widgets/widgets/system_information.widget.php
@@ -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>
OpenPOWER on IntegriCloud