diff --git a/modules/monitoring/application/views/scripts/partials/comment/comment-detail.phtml b/modules/monitoring/application/views/scripts/partials/comment/comment-detail.phtml index 8583bfc59..9d5da0648 100644 --- a/modules/monitoring/application/views/scripts/partials/comment/comment-detail.phtml +++ b/modules/monitoring/application/views/scripts/partials/comment/comment-detail.phtml @@ -1,17 +1,17 @@ objecttype === 'service'): ?> - icon('service', $this->translate('Service')); ?> + icon('service', $this->translate('Service')) ?> host_display_name, $comment->service_display_name ) ?> - icon('host', $this->translate('Host')); ?> - link()->host($comment->host_name, $comment->host_display_name); ?> + icon('host', $this->translate('Host')) ?> + link()->host($comment->host_name, $comment->host_display_name) ?> -
-icon('comment', $this->translate('Comment')); ?> author) - ? '[' . $this->escape($comment->author) . '] ' - : ''; -?>escape($comment->comment); ?> +icon('comment', $this->translate('Comment')) ?> +author)): ?> + [escape($comment->author) ?>] + +escape($comment->comment) ?>