NIFI-85: Made the Configure Processor modal dialog box movable.

Signed-off-by: Matt Gilman <matt.c.gilman@gmail.com>
This commit is contained in:
Philip Young 2014-12-15 22:17:02 -05:00 committed by Matt Gilman
parent fe3d1a4ca2
commit 621b7f41cb
1 changed files with 3 additions and 1 deletions

View File

@ -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 () {
}
}
};
}());
}());