mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-31 01:34:09 +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()))) ?>
|
<?= $this->nl2br($this->createTicketLinks($this->escape($acknowledgement->getComment()))) ?>
|
||||||
</dd>
|
</dd>
|
||||||
</dl>
|
</dl>
|
||||||
<?php else: ?>
|
<?php elseif (isset($removeAckForm)): ?>
|
||||||
<?= $removeAckForm ?>
|
<?= $removeAckForm ?>
|
||||||
<?php endif ?>
|
<?php endif ?>
|
||||||
</td>
|
</td>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user