mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Added refresh icon to version display
This commit is contained in:
parent
1557953af1
commit
b7a42d09d7
@ -84,6 +84,9 @@ $sysinfo_items = array(
|
||||
'disk_usage' => gettext('Disk Usage')
|
||||
);
|
||||
|
||||
// Declared here so that JavaScript can access it
|
||||
$updtext = sprintf(gettext("Obtaining update status %s"), "<i class='fa fa-cog fa-spin'></i>");
|
||||
|
||||
if ($_REQUEST['getupdatestatus']) {
|
||||
require_once("pkg-utils.inc");
|
||||
|
||||
@ -256,7 +259,7 @@ $rows_displayed = false;
|
||||
<?php endif; ?>
|
||||
<?php if (!isset($config['system']['firmware']['disablecheck'])): ?>
|
||||
<br /><br />
|
||||
<div id='updatestatus'><?php echo gettext("Obtaining update status "); ?><i class="fa fa-cog fa-spin"></i></div>
|
||||
<div id='updatestatus'><?=$updtext?></div>
|
||||
<?php endif; ?>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user