Hosts: Fix link to unhandled services

refs #4663
This commit is contained in:
Eric Lippmann 2013-10-02 13:26:36 +02:00
parent e9292199e7
commit 281626555b
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ $viewHelper = $this->getHelper('MonitoringState');
<td>
<?php if ($host->host_unhandled_service_count): ?>
<span class="badge pull-right">
<a href="<?= $this->href('monitoring/list/services', array('host' => $host->host_name, 'problem' => 1)); ?>">
<a href="<?= $this->href('monitoring/list/services', array('host' => $host->host_name, 'service_problems' => 1)); ?>">
<?= $host->host_unhandled_service_count; ?>
</a>
</span>