Fix title attributes in the comment header
This commit is contained in:
parent
5b3cbb0ffe
commit
1f4c970cb3
|
@ -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'),
|
||||||
|
|
Loading…
Reference in New Issue