icingaweb2/modules/monitoring/application/views/scripts/show/components/checksource.phtml

8 lines
172 B
PHTML

<?php if (! $object->check_source) return ?>
<tr>
<th><?= $this->translate('Check Source') ?></th>
<td>
<?= $this->escape($object->check_source) ?>
</td>
</tr>