summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve Beaver <sbeaver@netgate.com>2017-03-22 22:02:12 -0400
committerSteve Beaver <sbeaver@netgate.com>2017-03-22 22:02:12 -0400
commitc47e5003a8491304aad5afcdc10a6881e8c81373 (patch)
tree092b34bf8871dad29f4b71e5fce81097a6971915
parent6a0e66bbefc947e31a0903f31ba23d57aab5632b (diff)
parent3548123957d8a63635d7b3bb0237700608c33d0e (diff)
downloadpfsense-c47e5003a8491304aad5afcdc10a6881e8c81373.zip
pfsense-c47e5003a8491304aad5afcdc10a6881e8c81373.tar.gz
Merge pull request #3666 from phil-davis/sysinfo-widget-all-button-RELENG_2_3_3
-rw-r--r--src/usr/local/www/widgets/widgets/system_information.widget.php6
1 files changed, 2 insertions, 4 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 bcfe449..10b8129 100644
--- a/src/usr/local/www/widgets/widgets/system_information.widget.php
+++ b/src/usr/local/www/widgets/widgets/system_information.widget.php
@@ -506,6 +506,8 @@ function systemStatusGetUpdateStatus() {
}
});
}
+
+setTimeout('systemStatusGetUpdateStatus()', 4000);
<?php endif; ?>
function updateMeters() {
@@ -524,17 +526,13 @@ function updateMeters() {
}
-<?php if (!isset($config['system']['firmware']['disablecheck'])): ?>
events.push(function(){
$("#showallsysinfoitems").click(function() {
$("#widget-<?=$widgetname?>_panel-footer [id^=show]").each(function() {
$(this).prop("checked", true);
});
});
-
- setTimeout('systemStatusGetUpdateStatus()', 4000);
});
-<?php endif; ?>
var update_interval = "<?=$widgetperiod?>";
OpenPOWER on IntegriCloud