Naming fix

This commit is contained in:
Dennis Eichhorn 2016-10-17 21:08:50 +02:00
parent 785a3fc2a8
commit 2eb5d96f3d

View File

@ -30,7 +30,6 @@ echo $this->getData('nav')->render(); ?>
<tr><td><?= $this->getText('MemoryLimit') ?><td><?= ini_get('memory_limit'); ?>
<tr><td><?= $this->getText('SystemRAM') ?><td><?= \phpOMS\System\SystemUtils::getRAM()/(1024); ?> MB
<tr><td><?= $this->getText('CPUUsage') ?><td><?= \phpOMS\System\SystemUtils::getCpuUsage(); ?>%
<tr><td><?= $this->getText('Monitoring', 'DiskUsage') ?><td><?= round(\phpOMS\System\File\Directory::getFolderSize(ROOT_PATH)/1000000, 'Backend', true); ?> MB
</table>
</div>
</section>