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…
Reference in New Issue