mirror of https://github.com/apache/nifi.git
[NIFI-4117] update connection config prioritizers to be contained within their parent element
This closes #1944. Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>
This commit is contained in:
parent
68b42c9e54
commit
24e2981012
|
@ -1220,6 +1220,7 @@
|
|||
|
||||
// make the prioritizer containers sortable
|
||||
$('#prioritizer-available, #prioritizer-selected').sortable({
|
||||
containment: $('#connection-settings-tab-content').find('.settings-right'),
|
||||
connectWith: 'ul',
|
||||
placeholder: 'ui-state-highlight',
|
||||
scroll: true,
|
||||
|
|
Loading…
Reference in New Issue