monitoring/detail: Read "Last update" instead of "Last check" if the host or service is not active checked
refs #8378
This commit is contained in:
parent
e64c2947ea
commit
bef84ad394
|
@ -3,7 +3,7 @@
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<th><?= $this->translate('Last check') ?></th>
|
<th><?= (bool) $object->active_checks_enabled ? $this->translate('Last check') : $this->translate('Last update') ?></th>
|
||||||
<td data-base-target="_self">
|
<td data-base-target="_self">
|
||||||
<?php if (isset($checkNowForm)) { // Form is unset if the current user lacks the respective permission
|
<?php if (isset($checkNowForm)) { // Form is unset if the current user lacks the respective permission
|
||||||
echo $checkNowForm;
|
echo $checkNowForm;
|
||||||
|
|
Loading…
Reference in New Issue