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

View File

@ -20,7 +20,6 @@
'host' => $downtime->host_name, 'host' => $downtime->host_name,
'service' => $downtime->service_description 'service' => $downtime->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'),
@ -32,11 +31,8 @@
), ),
$this->qlink( $this->qlink(
$downtime->host_display_name, $downtime->host_display_name,
$this->href(
'monitoring/host/show', 'monitoring/host/show',
['host' => $downtime->host_name] ['host' => $downtime->host_name],
),
null,
[ [
'title' => sprintf( 'title' => sprintf(
$this->translate('Show detailed information for host %s'), $this->translate('Show detailed information for host %s'),