mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
monitoring: Fix error when listing acks ...
... if the user has no permission to remove acks.
This commit is contained in:
parent
a262d13f86
commit
ddae844c2a
@ -47,7 +47,7 @@ $acknowledgement = $object->acknowledgement;
|
||||
<?= $this->nl2br($this->createTicketLinks($this->escape($acknowledgement->getComment()))) ?>
|
||||
</dd>
|
||||
</dl>
|
||||
<?php else: ?>
|
||||
<?php elseif (isset($removeAckForm)): ?>
|
||||
<?= $removeAckForm ?>
|
||||
<?php endif ?>
|
||||
</td>
|
||||
|
Loading…
x
Reference in New Issue
Block a user