mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 07:44:04 +02:00
Do not open a new column when removing an acknowledgement
This commit is contained in:
parent
63f87da53d
commit
44b1255bbc
@ -10,7 +10,7 @@ if (in_array((int) $object->state, array(0, 99))) {
|
|||||||
if ($object->acknowledged): ?>
|
if ($object->acknowledged): ?>
|
||||||
<tr>
|
<tr>
|
||||||
<th><?= $this->translate('Acknowledged') ?></th>
|
<th><?= $this->translate('Acknowledged') ?></th>
|
||||||
<td>
|
<td data-base-target="_self">
|
||||||
<?php if (isset($removeAckForm)) { // Form is unset if the current user lacks the respective permission
|
<?php if (isset($removeAckForm)) { // Form is unset if the current user lacks the respective permission
|
||||||
echo $removeAckForm;
|
echo $removeAckForm;
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user