Host grid links should point to host view

This commit is contained in:
Thomas Gelf 2014-03-08 12:58:32 +01:00
parent 3f6e5e65d1
commit e8118f9116
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ if ($hosts->count() === 0) {
<?php if ($host->host_icon_image) : ?>
<?= $this->img($this->resolveMacros($host->host_icon_image, $host), array('align' => 'right')) ?>
<?php endif ?>
<a href="<?= $this->href('monitoring/list/services', array('host' => $host->host_name)) ?>"><?= $host->host_name ?></a><br />
<a href="<?= $this->href('monitoring/show/host', array('host' => $host->host_name)) ?>"><?= $host->host_name ?></a><br />
<?= $this->escape(substr(strip_tags($host->host_output), 0, 10000)); ?>
</td>
</tr>