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): ?>
= $this->tabs ?>
-
+
= $this->render('partials/service/object-header.phtml') ?>
-
= $this->translate("Service detail information") ?>
+ = $this->translate('Service detail information') ?>
+
= $this->render('show/components/output.phtml') ?>
= $this->render('show/components/grapher.phtml') ?>
+
= $this->translate('Problem handling') ?>
-
- = $this->translate('Problem handling') ?> |
+
= $this->render('show/components/acknowledgement.phtml') ?>
= $this->render('show/components/comments.phtml') ?>
= $this->render('show/components/downtime.phtml') ?>
@@ -20,16 +21,35 @@
= $this->render('show/components/flapping.phtml') ?>
= $this->render('show/components/servicegroups.phtml') ?>
= $this->render('show/components/perfdata.phtml') ?>
- = $this->translate('Notifications') ?> |
+
+
+
+
= $this->translate('Notifications') ?>
+
+
= $this->render('show/components/notifications.phtml') ?>
= $this->render('show/components/contacts.phtml') ?>
- = $this->translate('Check execution') ?> |
+
+
+
+
= $this->translate('Check execution') ?>
+
+
= $this->render('show/components/command.phtml') ?>
= $this->render('show/components/checksource.phtml') ?>
= $this->render('show/components/checkstatistics.phtml') ?>
= $this->render('show/components/checktimeperiod.phtml') ?>
- = $this->render('show/components/customvars.phtml') ?>
- = $this->render('show/components/flags.phtml') ?>
-
+
+
+ customvars)): ?>
+
= $this->translate('Custom Variables') ?>
+
+
+ = $this->render('show/components/customvars.phtml') ?>
+
+
+
+
+ = $this->render('show/components/flags.phtml') ?>