summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/widgets/widgets/system_information.widget.php
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2015-11-16 10:24:58 -0200
committerRenato Botelho <renato@netgate.com>2015-11-16 10:24:58 -0200
commit263a1962229c78ad8948e0a6db8cec2efbbe0b97 (patch)
tree7e92fa0817a7a8f2441854d403e1033f35f34420 /src/usr/local/www/widgets/widgets/system_information.widget.php
parent0a29de2d16f5c37275457b53ed904fd00099743c (diff)
downloadpfsense-263a1962229c78ad8948e0a6db8cec2efbbe0b97.zip
pfsense-263a1962229c78ad8948e0a6db8cec2efbbe0b97.tar.gz
Remove old code, already commented out
Diffstat (limited to 'src/usr/local/www/widgets/widgets/system_information.widget.php')
-rw-r--r--src/usr/local/www/widgets/widgets/system_information.widget.php7
1 files changed, 0 insertions, 7 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 78f8470..c20271a 100644
--- a/src/usr/local/www/widgets/widgets/system_information.widget.php
+++ b/src/usr/local/www/widgets/widgets/system_information.widget.php
@@ -304,13 +304,6 @@ $filesystems = get_mounted_filesystems();
<td><?=$fs['total_size']?></td>
<td>
<span><?=$fs['percent_used']?>%</span>
-<!--
- <div class="progress">
- <div class="progress-bar progress-bar-striped" role="progressbar" aria-valuenow="<?=$fs['percent_used']?>" aria-valuemin="0" aria-valuemax="100" style="width: <?=$fs['percent_used']?>%">
- <span><?=$fs['percent_used']?>%</span>
- </div>
- </div>
--->
</td>
</tr>
<?PHP endforeach; ?>
OpenPOWER on IntegriCloud