mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-26 23:34:08 +02:00
monitoring/detail: Hide next check counter if the service is pending
This commit is contained in:
parent
748eb69d89
commit
bb67642d4b
@ -55,7 +55,9 @@ if ($object->getType() === $object::TYPE_HOST) {
|
||||
);
|
||||
}
|
||||
} ?>
|
||||
<?= $this->timeUntil($object->next_check) ?>
|
||||
<?php if ((int) $object->state !== 99) {
|
||||
echo $this->timeUntil($object->next_check);
|
||||
} ?>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
Loading…
x
Reference in New Issue
Block a user