summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/widgets
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2015-11-18 08:35:00 -0500
committerStephen Beaver <sbeaver@netgate.com>2015-11-18 08:35:42 -0500
commitd8ee2a3d08c94f3e9a1b1438100609e8990a83e2 (patch)
tree18b0a6d3d6464a09689b75008f9cbc79bd534979 /src/usr/local/www/widgets
parent15f0507b7a010116ef7a7c38f5f798a666db0874 (diff)
downloadpfsense-d8ee2a3d08c94f3e9a1b1438100609e8990a83e2.zip
pfsense-d8ee2a3d08c94f3e9a1b1438100609e8990a83e2.tar.gz
Restored glyphicon import until @jdillard can eleimnate those icons
Diffstat (limited to 'src/usr/local/www/widgets')
-rw-r--r--src/usr/local/www/widgets/widgets/system_information.widget.php6
1 files changed, 4 insertions, 2 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 e0fcec8..c3e2c13 100644
--- a/src/usr/local/www/widgets/widgets/system_information.widget.php
+++ b/src/usr/local/www/widgets/widgets/system_information.widget.php
@@ -332,7 +332,9 @@ function updateMeters() {
stats(data);
}
});
- setTimer();
+
+ setTimer();
+
}
events.push(function(){
@@ -352,7 +354,7 @@ function setProgress(barName, percent) {
}
function setTimer() {
- timeout = window.setTimeout('updateMeters()', update_interval);
+ timeout = window.setTimeout('updateMeters()', update_interval);
}
function stats(x) {
OpenPOWER on IntegriCloud