mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-30 01:04:09 +02:00
shared navigation overview: Do not open a new column while unsharing
refs #5600
This commit is contained in:
parent
4db2f7e7a9
commit
cc66175e6c
@ -25,7 +25,7 @@
|
|||||||
)
|
)
|
||||||
); ?></td>
|
); ?></td>
|
||||||
<td><?= $this->escape($item->owner); ?></td>
|
<td><?= $this->escape($item->owner); ?></td>
|
||||||
<td><?= $removeForm->setDefault('name', $name); ?></td>
|
<td data-base-target="_self"><?= $removeForm->setDefault('name', $name); ?></td>
|
||||||
</tr>
|
</tr>
|
||||||
<?php endforeach ?>
|
<?php endforeach ?>
|
||||||
</tbody>
|
</tbody>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user