summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2016-01-10 10:53:17 -0500
committerStephen Beaver <sbeaver@netgate.com>2016-01-10 10:53:17 -0500
commita61d19b5c791e93c27da504374aa30c60a63ab4a (patch)
tree0edd79141dce94edbdad5e089db69556836f6c6c /src
parent50178455e74b379b4060ab7f9191b61666033bb0 (diff)
parent9642a1615453bbd5f840f4b33ecdffef62a66a97 (diff)
downloadpfsense-a61d19b5c791e93c27da504374aa30c60a63ab4a.zip
pfsense-a61d19b5c791e93c27da504374aa30c60a63ab4a.tar.gz
Merge pull request #2394 from NOYB/System_Information_Widget
Diffstat (limited to 'src')
-rw-r--r--src/usr/local/www/widgets/widgets/system_information.widget.php4
1 files changed, 2 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 c5da475..45bb113 100644
--- a/src/usr/local/www/widgets/widgets/system_information.widget.php
+++ b/src/usr/local/www/widgets/widgets/system_information.widget.php
@@ -124,8 +124,8 @@ $filesystems = get_mounted_filesystems();
<br />
<span title="<?php echo php_uname("a"); ?>"><?php echo php_uname("s") . " " . php_uname("r"); ?></span>
<?php endif; ?>
- <br/><br/>
<?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>
<?php endif; ?>
</td>
@@ -190,7 +190,7 @@ $filesystems = get_mounted_filesystems();
<tr>
<th><?=gettext("DNS server(s)");?></th>
<td>
- <ul>
+ <ul style="margin-bottom:0px">
<?php
$dns_servers = get_dns_servers();
foreach($dns_servers as $dns) {
OpenPOWER on IntegriCloud