mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-26 23:34:08 +02:00
Fix title attributes in the downtime header
This commit is contained in:
parent
5993745a86
commit
5b3cbb0ffe
@ -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'),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user