mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-29 16:54:04 +02:00
Allow mixed selection of host and service comments
This commit is contained in:
parent
1b6f5861b7
commit
a34c108da5
@ -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 ?>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user