Repository: nifi Updated Branches: refs/heads/master dce039b54 -> dae73c52a
NIFI-1248: - Initializing the actions file which ensures the progress bar is initialized. Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/dae73c52 Tree: http://git-wip-us.apache.org/repos/asf/nifi/tree/dae73c52 Diff: http://git-wip-us.apache.org/repos/asf/nifi/diff/dae73c52 Branch: refs/heads/master Commit: dae73c52a75f61f3d6c9192df292d2326d76dd43 Parents: dce039b Author: Matt Gilman <[email protected]> Authored: Thu Dec 3 13:49:56 2015 -0800 Committer: Matt Gilman <[email protected]> Committed: Thu Dec 3 13:49:56 2015 -0800 ---------------------------------------------------------------------- .../nifi-web/nifi-web-ui/src/main/webapp/js/nf/canvas/nf-canvas.js | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/nifi/blob/dae73c52/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/nf/canvas/nf-canvas.js ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/nf/canvas/nf-canvas.js b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/nf/canvas/nf-canvas.js index c9498fe..3875cbd 100644 --- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/nf/canvas/nf-canvas.js +++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/nf/canvas/nf-canvas.js @@ -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();
