Fix title attributes in the downtime header

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

View File

@ -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'),