mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-25 23:04:51 +02:00
parent
e9292199e7
commit
281626555b
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user