Allow mixed selection of host and service comments

This commit is contained in:
Matthias Jentsch 2015-09-16 15:45:57 +02:00
parent 1b6f5861b7
commit a34c108da5
1 changed files with 2 additions and 1 deletions

View File

@ -47,7 +47,8 @@
'title' => sprintf(
$this->translate('Show detailed information for this comment about host %s'),
$comment->host_display_name
)
),
'class' => 'rowaction'
)
); ?>
<?php endif ?>