From f7d9ab40fdc00c1755960f6040e40d9ff6681c88 Mon Sep 17 00:00:00 2001 From: Rosiak Date: Tue, 12 Jul 2016 20:51:52 +0200 Subject: [PATCH] Prettify HTML for device SLA panel --- html/pages/device/slas.inc.php | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/html/pages/device/slas.inc.php b/html/pages/device/slas.inc.php index a84a8833d5..cdab9660fe 100644 --- a/html/pages/device/slas.inc.php +++ b/html/pages/device/slas.inc.php @@ -51,8 +51,6 @@ unset($sep); print_optionbar_end(); -echo ''; - foreach ($slas as $sla) { if ($vars['view'] != 'all' && $vars['view'] != $sla['rtt_type']) { continue; @@ -69,14 +67,16 @@ foreach ($slas as $sla) { $graph_array['type'] = 'device_sla'; $graph_array['id'] = $sla['sla_id']; - echo ''; + echo ''; + echo ''; + echo ''; } -echo '
'; - echo '

'.htmlentities($name).'

'; - + echo '
+
+

'.htmlentities($name).'

+
+
'; + echo "
"; include 'includes/print-graphrow.inc.php'; - - echo '
'; - $pagetitle[] = 'SLAs';