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

View File

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