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

View File

@ -95,7 +95,7 @@ $viewHelper = $this->getHelper('MonitoringState');
<td> <td>
<?php if ($host->host_unhandled_service_count): ?> <?php if ($host->host_unhandled_service_count): ?>
<span class="badge pull-right"> <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; ?> <?= $host->host_unhandled_service_count; ?>
</a> </a>
</span> </span>