mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-25 23:04:51 +02:00
Fix checks for empty check source attribute
refs ##5814
This commit is contained in:
parent
ef2ac077c8
commit
d155c7a3fc
@ -1,4 +1,4 @@
|
|||||||
<?php if (! isset($object->check_source) || ! $object->check_source) return ?>
|
<?php if (! $object->check_source) return ?>
|
||||||
<tr>
|
<tr>
|
||||||
<th><?= $this->translate('Check Source') ?></th>
|
<th><?= $this->translate('Check Source') ?></th>
|
||||||
<td>
|
<td>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user