mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
Allow to move content not wrapped by <div> to another container
This commit is contained in:
parent
a9d767867d
commit
04d2c78983
@ -140,7 +140,7 @@
|
||||
|
||||
cutContainer: function ($col) {
|
||||
var props = {
|
||||
'elements': $('#' + $col.attr('id') + ' > div').detach(),
|
||||
'elements': $('#' + $col.attr('id') + ' > *').detach(),
|
||||
'data': {
|
||||
'data-icinga-url': $col.data('icingaUrl'),
|
||||
'data-icinga-refresh': $col.data('icingaRefresh'),
|
||||
|
Loading…
x
Reference in New Issue
Block a user