mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-19 20:04:24 +02:00
monitoring/detail: Read "Next update" instead of "Next check" if the host or service is not active checked
refs #8378
This commit is contained in:
parent
bef84ad394
commit
a7cf3d0eb2
@ -15,7 +15,7 @@
|
|||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<th><?= $this->translate('Next check') ?></th>
|
<th><?= (bool) $object->active_checks_enabled ? $this->translate('Next check') : $this->translate('Next update') ?></th>
|
||||||
<td>
|
<td>
|
||||||
<?php if ($this->hasPermission('monitoring/command/schedule-check')) {
|
<?php if ($this->hasPermission('monitoring/command/schedule-check')) {
|
||||||
if ($object->getType() === $object::TYPE_SERVICE) {
|
if ($object->getType() === $object::TYPE_SERVICE) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user