NIFI-1248:

- Initializing the actions file which ensures the progress bar is initialized.
This commit is contained in:
Matt Gilman 2015-12-03 13:49:56 -08:00
parent dce039b54f
commit dae73c52a7
1 changed files with 1 additions and 0 deletions

View File

@ -1137,6 +1137,7 @@ nf.Canvas = (function () {
nf.GraphControl.init();
nf.Search.init();
nf.Settings.init();
nf.Actions.init();
// initialize the component behaviors
nf.Draggable.init();