Fix title attributes in the downtime header
This commit is contained in:
parent
5993745a86
commit
5b3cbb0ffe
|
@ -20,7 +20,6 @@
|
|||
'host' => $downtime->host_name,
|
||||
'service' => $downtime->service_description
|
||||
],
|
||||
null,
|
||||
[
|
||||
'title' => sprintf(
|
||||
$this->translate('Show detailed information for service %s on host %s'),
|
||||
|
@ -32,11 +31,8 @@
|
|||
),
|
||||
$this->qlink(
|
||||
$downtime->host_display_name,
|
||||
$this->href(
|
||||
'monitoring/host/show',
|
||||
['host' => $downtime->host_name]
|
||||
),
|
||||
null,
|
||||
['host' => $downtime->host_name],
|
||||
[
|
||||
'title' => sprintf(
|
||||
$this->translate('Show detailed information for host %s'),
|
||||
|
|
Loading…
Reference in New Issue