[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:
Scott Aslan 2017-06-26 13:57:30 -04:00 committed by Pierre Villard
parent 68b42c9e54
commit 24e2981012
1 changed files with 1 additions and 0 deletions

View File

@ -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,