Skip to content

Commit

Permalink
monitoring: Fix multi and range selection in comment list
Browse files Browse the repository at this point in the history
refs #5543
  • Loading branch information
majentsch committed Oct 1, 2015
1 parent 51a4357 commit 69ea4bd
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -9,7 +9,8 @@
$this->translate('Show detailed information for this comment about service %s on host %s'),
$comment->service_display_name,
$comment->host_display_name
)
),
'class' => 'rowaction'
)
) ?>
<?php else: ?>
Expand Down

0 comments on commit 69ea4bd

Please sign in to comment.