From 241f73f229c63e7fed725c2f6f5baaf3ed9a810a Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Wed, 26 Aug 2015 10:54:01 +0200 Subject: [PATCH] Show the instance's name of a host or service in the detail view refs #9945 --- .../application/views/scripts/show/components/command.phtml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/monitoring/application/views/scripts/show/components/command.phtml b/modules/monitoring/application/views/scripts/show/components/command.phtml index d7fca7cfa..432261bc1 100644 --- a/modules/monitoring/application/views/scripts/show/components/command.phtml +++ b/modules/monitoring/application/views/scripts/show/components/command.phtml @@ -5,6 +5,10 @@ $command = array_shift($parts); ?> + + translate('Instance'); ?> + escape($object->instance_name); ?> + translate('Command'); ?>