summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2016-03-14 07:27:34 -0300
committerRenato Botelho <renato@netgate.com>2016-03-14 07:27:34 -0300
commit9f89a15e0834bc122aae5267a5cd1864744194f8 (patch)
treeece9e76fa8d10ea7869d0aea3baa4844b2ed62f3 /src/usr/local/www
parent84d961c344db274b021ad2f531e21be1e213ab45 (diff)
parent3d4b57b8ff37eb17208c275665a2d4d66b3815ab (diff)
downloadpfsense-9f89a15e0834bc122aae5267a5cd1864744194f8.zip
pfsense-9f89a15e0834bc122aae5267a5cd1864744194f8.tar.gz
Merge pull request #2730 from NOYB/HTML_Compliance_-_Status_Dashboard_-_System_Information_Widget
Diffstat (limited to 'src/usr/local/www')
-rw-r--r--src/usr/local/www/widgets/widgets/system_information.widget.php2
1 files changed, 1 insertions, 1 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 77056dd..a033a58 100644
--- a/src/usr/local/www/widgets/widgets/system_information.widget.php
+++ b/src/usr/local/www/widgets/widgets/system_information.widget.php
@@ -294,7 +294,7 @@ $filesystems = get_mounted_filesystems();
<div id="diskspace<?=$diskidx?>" class="progress-bar progress-bar-striped" role="progressbar" aria-valuenow="<?=$fs['percent_used']?>" aria-valuemin="0" aria-valuemax="100" style="width: <?=$fs['percent_used']?>%">
</div>
</div>
- <span><?=$fs['percent_used']?>%<?=gettext(" of ")?><?=$fs['total_size']?>iB - <?=$fs['type'] . ("md" == substr(basename($fs['device']), 0, 2) ? " " . gettext("in RAM") : "")?></spa>
+ <span><?=$fs['percent_used']?>%<?=gettext(" of ")?><?=$fs['total_size']?>iB - <?=$fs['type'] . ("md" == substr(basename($fs['device']), 0, 2) ? " " . gettext("in RAM") : "")?></span>
</td>
</tr>
<?php $diskidx++; endforeach; ?>
OpenPOWER on IntegriCloud