From 8ca6cc32b2c789a3149861159ad258f2cb9491e3 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 28 Apr 2024 14:39:39 +0200 Subject: Adding upstream version 2.11.4. Signed-off-by: Daniel Baumann --- .../scripts/partials/object/detail-content.phtml | 53 ++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 modules/monitoring/application/views/scripts/partials/object/detail-content.phtml (limited to 'modules/monitoring/application/views/scripts/partials/object/detail-content.phtml') diff --git a/modules/monitoring/application/views/scripts/partials/object/detail-content.phtml b/modules/monitoring/application/views/scripts/partials/object/detail-content.phtml new file mode 100644 index 0000000..62bfd2c --- /dev/null +++ b/modules/monitoring/application/views/scripts/partials/object/detail-content.phtml @@ -0,0 +1,53 @@ +
+ render('show/components/output.phtml') ?> + render('show/components/grapher.phtml') ?> + render('show/components/extensions.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') ?> + type === 'service'): ?> + render('show/components/servicegroups.phtml') ?> + + render('show/components/hostgroups.phtml') ?> + + +
+ + render('show/components/perfdata.phtml') ?> + +

translate('Notifications') ?>

+ + + render('show/components/notifications.phtml') ?> + hasPermission('*') || ! $this->hasPermission('no-monitoring/contacts')): ?> + render('show/components/contacts.phtml') ?> + + +
+ +

translate('Check execution') ?>

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

translate('Custom Variables') ?>

+
+ customvarsWithOriginalNames, $object)) ?> +
+ + render('show/components/flags.phtml') ?> +
-- cgit v1.2.3