summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/widgets
diff options
context:
space:
mode:
authorSteve Beaver <sbeaver@netgate.com>2017-08-15 15:31:55 -0400
committerSteve Beaver <sbeaver@netgate.com>2017-08-15 15:31:55 -0400
commit1557953af1d3a47bc508986688f0b285fa2b43e1 (patch)
treed17a68ad888258d3437e02dbebd2a956fedb30df /src/usr/local/www/widgets
parent4ea84711dfb3c2b6c8ceb8496144e4ebbd021e33 (diff)
downloadpfsense-1557953af1d3a47bc508986688f0b285fa2b43e1.zip
pfsense-1557953af1d3a47bc508986688f0b285fa2b43e1.tar.gz
Add refresh icon to system info widget version display
Diffstat (limited to 'src/usr/local/www/widgets')
-rw-r--r--src/usr/local/www/widgets/widgets/system_information.widget.php2
1 files changed, 2 insertions, 0 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 3e1714e..ec23703 100644
--- a/src/usr/local/www/widgets/widgets/system_information.widget.php
+++ b/src/usr/local/www/widgets/widgets/system_information.widget.php
@@ -141,6 +141,8 @@ if ($_REQUEST['getupdatestatus']) {
<div>
<?printf("%s %s", gettext("Version information updated at"),
date("Y-m-d H:i", filemtime($cache_file)));?>
+ &nbsp;
+ <a id="updver" href="#" class="fa fa-refresh"></a>
</div>
<?php
endif;
OpenPOWER on IntegriCloud