mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-29 16:54:04 +02:00
parent
1c8c49e732
commit
ce3c2507ef
@ -1,7 +1,20 @@
|
|||||||
<?php if (! $object->check_source) return ?>
|
<?php if ($object->check_source !== null): ?>
|
||||||
<tr>
|
<tr>
|
||||||
<th><?= $this->translate('Check Source') ?></th>
|
<th>
|
||||||
<td>
|
<?= $this->translate('Check Source') ?>
|
||||||
<?= $this->escape($object->check_source) ?>
|
</th>
|
||||||
</td>
|
<td>
|
||||||
|
<?= $this->escape($object->check_source) ?>
|
||||||
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<?php endif ?>
|
||||||
|
<?php if ($object->is_reachable !== null): ?>
|
||||||
|
<tr>
|
||||||
|
<th>
|
||||||
|
<?= $this->translate('Reachable') ?>
|
||||||
|
</th>
|
||||||
|
<td>
|
||||||
|
<?= $object->is_reachable ? $this->translate('Yes') : $this->translate('No') ?>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<?php endif ?>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user