Skip to content

Commit

Permalink
monitoring: Fix downtime-header
Browse files Browse the repository at this point in the history
refs #5543
  • Loading branch information
lippserd committed Oct 1, 2015
1 parent a8bebb1 commit 42fb611
Showing 1 changed file with 1 addition and 2 deletions.
Expand Up @@ -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'),
Expand Down

0 comments on commit 42fb611

Please sign in to comment.