interface/web/monitor/show_data.php
@@ -138,6 +138,7 @@ $description = ''; $add_padding = true; break; /* case 'mongodb': $template = 'templates/show_data.htm'; $output .= $app->tools_monitor->showMongoDB(); @@ -145,6 +146,7 @@ $title = $app->lng("monitor_title_mongodb_txt") . ' (' . $monTransSrv . ' : ' . $_SESSION['monitor']['server_name'] . ')'; $description = ''; break; */ case 'iptables': $template = 'templates/show_data.htm'; $output .= $app->tools_monitor->showIPTables();