monitoring: Fix downtime-header

refs #5543
This commit is contained in:
Eric Lippmann 2015-10-01 17:39:44 +02:00
parent a8bebb17e1
commit 42fb6113c4

View File

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