summaryrefslogtreecommitdiffstats
path: root/modules/monitoring/application/views/scripts/show/components/checksource.phtml
blob: ac9799f75cf6cda075ab860753e5c63d1f053ec9 (plain)
1
2
3
4
5
6
<?php if ($object->check_source !== null): ?>
<tr>
    <th><?= $this->translate('Check Source') ?></th>
    <td><?= $this->escape($object->check_source) ?></td>
</tr>
<?php endif ?>