mirror of https://github.com/apache/nifi.git
NIFI-1248:
- Initializing the actions file which ensures the progress bar is initialized.
This commit is contained in:
parent
dce039b54f
commit
dae73c52a7
|
@ -1137,6 +1137,7 @@ nf.Canvas = (function () {
|
||||||
nf.GraphControl.init();
|
nf.GraphControl.init();
|
||||||
nf.Search.init();
|
nf.Search.init();
|
||||||
nf.Settings.init();
|
nf.Settings.init();
|
||||||
|
nf.Actions.init();
|
||||||
|
|
||||||
// initialize the component behaviors
|
// initialize the component behaviors
|
||||||
nf.Draggable.init();
|
nf.Draggable.init();
|
||||||
|
|
Loading…
Reference in New Issue