From 3cbc8602a408bc1c019bfc50c9621a24ad5a1bdc Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Thu, 24 Sep 2015 16:04:09 +0200 Subject: [PATCH] monitoring: Fix service detail markup Say no, no to h2 in td. refs #5543 --- .../views/scripts/service/show.phtml | 40 ++++++++++++++----- 1 file changed, 30 insertions(+), 10 deletions(-) diff --git a/modules/monitoring/application/views/scripts/service/show.phtml b/modules/monitoring/application/views/scripts/service/show.phtml index 490580880..6e998ca88 100644 --- a/modules/monitoring/application/views/scripts/service/show.phtml +++ b/modules/monitoring/application/views/scripts/service/show.phtml @@ -1,17 +1,18 @@
- compact): ?> +compact): ?> tabs ?> - + render('partials/service/object-header.phtml') ?> -

translate("Service detail information") ?>

+

translate('Service detail information') ?>

+
render('show/components/output.phtml') ?> render('show/components/grapher.phtml') ?> +

translate('Problem handling') ?>

- - + render('show/components/acknowledgement.phtml') ?> render('show/components/comments.phtml') ?> render('show/components/downtime.phtml') ?> @@ -20,16 +21,35 @@ render('show/components/flapping.phtml') ?> render('show/components/servicegroups.phtml') ?> render('show/components/perfdata.phtml') ?> - + +

translate('Problem handling') ?>

translate('Notifications') ?>

+ +

translate('Notifications') ?>

+ + render('show/components/notifications.phtml') ?> render('show/components/contacts.phtml') ?> - + +

translate('Check execution') ?>

+ +

translate('Check execution') ?>

+ + render('show/components/command.phtml') ?> render('show/components/checksource.phtml') ?> render('show/components/checkstatistics.phtml') ?> render('show/components/checktimeperiod.phtml') ?> - render('show/components/customvars.phtml') ?> - render('show/components/flags.phtml') ?> - +
+ + customvars)): ?> +

translate('Custom Variables') ?>

+ + + render('show/components/customvars.phtml') ?> + +
+ + + render('show/components/flags.phtml') ?>