mirror of https://github.com/apache/nifi.git
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:
parent
fe3d1a4ca2
commit
621b7f41cb
|
@ -426,6 +426,8 @@ nf.ProcessorConfiguration = (function () {
|
||||||
$('#processor-configuration').removeData('processorHistory');
|
$('#processor-configuration').removeData('processorHistory');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}).draggable({
|
||||||
|
handle: ".modal-header"
|
||||||
});
|
});
|
||||||
|
|
||||||
// initialize the bulletin combo
|
// initialize the bulletin combo
|
||||||
|
@ -701,4 +703,4 @@ nf.ProcessorConfiguration = (function () {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
}());
|
}());
|
||||||
|
|
Loading…
Reference in New Issue