Marius Cramer
2013-10-18 bd68aae78a5d696e4ccb9c0d267486c283a6d9d2
interface/web/monitor/show_data.php
@@ -61,6 +61,13 @@
        $title = $app->lng("Disk usage").' ('. $monTransSrv .' : ' . $_SESSION['monitor']['server_name'] . ')';
        $description = '';
        break;
    case 'database_size':
        $template = 'templates/show_data.htm';
        $output .= $app->tools_monitor->showDatabaseSize();
        $time = $app->tools_monitor->getDataTime('database_size');
        $title = $app->lng("Database size").' ('. $monTransSrv .' : ' . $_SESSION['monitor']['server_name'] . ')';
        $description = '';
        break;
    case 'mem_usage':
        $template = 'templates/show_data.htm';
        $output .= $app->tools_monitor->showMemUsage();