summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorShevAbam <shevabam@gmail.com>2015-07-14 15:16:12 +0200
committerShevAbam <shevabam@gmail.com>2015-07-14 15:16:12 +0200
commit118bb1862cfca13201d349df8ec23b830921efb5 (patch)
tree068eba472ca5bf77f26e2fa3c408811eb821f9ad /index.php
parentb330d193bbd0170b6caabd604d30fc64c7b1d2d3 (diff)
Disk : add filesystem and option to enable/disable it (disk:show_filesystem)
Network usage : center values of receive and transmit
Diffstat (limited to 'index.php')
-rw-r--r--index.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/index.php b/index.php
index 1aa34af..5e8d5e9 100644
--- a/index.php
+++ b/index.php
@@ -226,7 +226,9 @@ $update = $Config->checkUpdate();
<table>
<thead>
<tr>
- <th class="w10p">Filesystem</th>
+ <?php if ($Config->get('disk:show_filesystem')): ?>
+ <th class="w10p">Filesystem</th>
+ <?php endif; ?>
<th class="w20p">Mount</th>
<th>Use</th>
<th class="w15p">Free</th>