From 6bdcd20d9436e295e8d06346f51cc7cd918eac6f Mon Sep 17 00:00:00 2001 From: Florian Beer Date: Thu, 4 Aug 2016 13:44:30 +0200 Subject: [PATCH] Update device Apache graph HTML --- html/pages/device/apps/apache.inc.php | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) 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 '
'; }