diff --git a/nar-bundles/framework-bundle/framework/web/nifi-web-ui/src/main/webapp/js/nf/canvas/nf-processor-configuration.js b/nar-bundles/framework-bundle/framework/web/nifi-web-ui/src/main/webapp/js/nf/canvas/nf-processor-configuration.js index a904e6da67..e755de23c7 100644 --- a/nar-bundles/framework-bundle/framework/web/nifi-web-ui/src/main/webapp/js/nf/canvas/nf-processor-configuration.js +++ b/nar-bundles/framework-bundle/framework/web/nifi-web-ui/src/main/webapp/js/nf/canvas/nf-processor-configuration.js @@ -426,6 +426,8 @@ nf.ProcessorConfiguration = (function () { $('#processor-configuration').removeData('processorHistory'); } } + }).draggable({ + handle: ".modal-header" }); // initialize the bulletin combo @@ -701,4 +703,4 @@ nf.ProcessorConfiguration = (function () { } } }; -}()); \ No newline at end of file +}());