diff options
author | ShevAbam <shevabam@gmail.com> | 2015-07-14 15:16:12 +0200 |
---|---|---|
committer | ShevAbam <shevabam@gmail.com> | 2015-07-14 15:16:12 +0200 |
commit | 118bb1862cfca13201d349df8ec23b830921efb5 (patch) | |
tree | 068eba472ca5bf77f26e2fa3c408811eb821f9ad /index.php | |
parent | b330d193bbd0170b6caabd604d30fc64c7b1d2d3 (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.php | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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> |