diff --git a/Theme/Backend/monitoring-dashboard.tpl.php b/Theme/Backend/monitoring-dashboard.tpl.php
index 92c5d3a..2b1f2f1 100644
--- a/Theme/Backend/monitoring-dashboard.tpl.php
+++ b/Theme/Backend/monitoring-dashboard.tpl.php
@@ -30,7 +30,6 @@ echo $this->getData('nav')->render(); ?>
| = $this->getText('MemoryLimit') ?> | = ini_get('memory_limit'); ?>
|
| = $this->getText('SystemRAM') ?> | = \phpOMS\System\SystemUtils::getRAM()/(1024); ?> MB
|
| = $this->getText('CPUUsage') ?> | = \phpOMS\System\SystemUtils::getCpuUsage(); ?>%
- |
| = $this->getText('Monitoring', 'DiskUsage') ?> | = round(\phpOMS\System\File\Directory::getFolderSize(ROOT_PATH)/1000000, 'Backend', true); ?> MB
|