mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 07:44:04 +02:00
parent
a8bebb17e1
commit
42fb6113c4
@ -29,8 +29,7 @@
|
|||||||
<?= $this->icon('host', $this->translate('host')); ?> <?= $this->qlink(
|
<?= $this->icon('host', $this->translate('host')); ?> <?= $this->qlink(
|
||||||
$this->escape($downtime->host_display_name),
|
$this->escape($downtime->host_display_name),
|
||||||
'monitoring/host/show',
|
'monitoring/host/show',
|
||||||
array('host' => $downtime->host_name),
|
array('host' => $downtime->host_name, 'downtime_id' => $downtime->id),
|
||||||
array('downtime_id' => $downtime->id),
|
|
||||||
array(
|
array(
|
||||||
'title' => sprintf(
|
'title' => sprintf(
|
||||||
$this->translate('Show detailed information for this downtime scheduled for host %s'),
|
$this->translate('Show detailed information for this downtime scheduled for host %s'),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user