mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-08-22 02:08:09 +02:00
7 lines
182 B
PHTML
7 lines
182 B
PHTML
<?php if ($object->check_source !== null): ?>
|
|
<tr>
|
|
<th><?= $this->translate('Check Source') ?></th>
|
|
<td><?= $this->escape($object->check_source) ?></td>
|
|
</tr>
|
|
<?php endif ?>
|