diff --git a/html/pages/device/apps/apache.inc.php b/html/pages/device/apps/apache.inc.php index c5975ea5b9..87f39ba8f3 100644 --- a/html/pages/device/apps/apache.inc.php +++ b/html/pages/device/apps/apache.inc.php @@ -18,11 +18,14 @@ foreach ($graphs as $key => $text) { $graph_array['id'] = $app['app_id']; $graph_array['type'] = 'application_'.$key; - echo '

'.$text.'

'; - - echo ""; - + echo '
+
+

'.$text.'

+
+
+
'; include 'includes/print-graphrow.inc.php'; - - echo ''; + echo '
'; + echo '
'; + echo '
'; }