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