Fix title attributes in the comment header

This commit is contained in:
Eric Lippmann 2019-07-26 17:13:28 +02:00
parent 5b3cbb0ffe
commit 1f4c970cb3
1 changed files with 2 additions and 6 deletions

View File

@ -10,7 +10,6 @@
'host' => $comment->host_name, 'host' => $comment->host_name,
'service' => $comment->service_description 'service' => $comment->service_description
], ],
null,
[ [
'title' => sprintf( 'title' => sprintf(
$this->translate('Show detailed information for service %s on host %s'), $this->translate('Show detailed information for service %s on host %s'),
@ -22,11 +21,8 @@
), ),
$this->qlink( $this->qlink(
$comment->host_display_name, $comment->host_display_name,
$this->href( 'monitoring/host/show',
'monitoring/host/show', ['host' => $comment->host_name],
['host' => $comment->host_name]
),
null,
[ [
'title' => sprintf( 'title' => sprintf(
$this->translate('Show detailed information for host %s'), $this->translate('Show detailed information for host %s'),