From d71afd30fedc63ddc250e537e5207fff2fb412a4 Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Thu, 24 Sep 2015 16:11:24 +0200 Subject: [PATCH] monitoring: Use the object/detail-content partial when viewing a service refs #5543 --- .../views/scripts/service/show.phtml | 48 +------------------ 1 file changed, 1 insertion(+), 47 deletions(-) diff --git a/modules/monitoring/application/views/scripts/service/show.phtml b/modules/monitoring/application/views/scripts/service/show.phtml index 6e998ca88..6ec48f23e 100644 --- a/modules/monitoring/application/views/scripts/service/show.phtml +++ b/modules/monitoring/application/views/scripts/service/show.phtml @@ -6,50 +6,4 @@

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') ?> - render('show/components/notes.phtml') ?> - render('show/components/actions.phtml') ?> - render('show/components/flapping.phtml') ?> - render('show/components/servicegroups.phtml') ?> - render('show/components/perfdata.phtml') ?> - -
- -

translate('Notifications') ?>

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

translate('Check execution') ?>

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

translate('Custom Variables') ?>

- - - render('show/components/customvars.phtml') ?> - -
- - - render('show/components/flags.phtml') ?> -
+render('partials/object/detail-content.phtml') ?>