From a34c108da50353f05186566aaf152221145fe50f Mon Sep 17 00:00:00 2001 From: Matthias Jentsch Date: Wed, 16 Sep 2015 15:45:57 +0200 Subject: [PATCH] Allow mixed selection of host and service comments --- .../monitoring/application/views/scripts/list/comments.phtml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/monitoring/application/views/scripts/list/comments.phtml b/modules/monitoring/application/views/scripts/list/comments.phtml index d5a1e8fb5..6e3f4dcc5 100644 --- a/modules/monitoring/application/views/scripts/list/comments.phtml +++ b/modules/monitoring/application/views/scripts/list/comments.phtml @@ -47,7 +47,8 @@ 'title' => sprintf( $this->translate('Show detailed information for this comment about host %s'), $comment->host_display_name - ) + ), + 'class' => 'rowaction' ) ); ?>