From 1c7dc8f71f911f5c95d0dd2ffe63ab26e94bab70 Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Thu, 24 Sep 2015 23:43:03 +0200 Subject: [PATCH] monitoring: Remove class tr.newsection in the components/command view script refs #5543 --- .../application/views/scripts/show/components/command.phtml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/monitoring/application/views/scripts/show/components/command.phtml b/modules/monitoring/application/views/scripts/show/components/command.phtml index 5bc3ca2444..2ba5e7bc8e 100644 --- a/modules/monitoring/application/views/scripts/show/components/command.phtml +++ b/modules/monitoring/application/views/scripts/show/components/command.phtml @@ -3,12 +3,12 @@ $parts = explode('!', $object->check_command); $command = array_shift($parts); if ($showInstance): ?> - + translate('Instance') ?> escape($object->instance_name) ?> - + translate('Command') ?> escape($command) ?>