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:
Eric Lippmann 2015-09-04 15:43:13 +02:00
parent e64c2947ea
commit bef84ad394
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
?>
<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">
<?php if (isset($checkNowForm)) { // Form is unset if the current user lacks the respective permission
echo $checkNowForm;