Repository: nifi Updated Branches: refs/heads/master 1a512cd1e -> 778229eb5
NIFI-1499: - Ensuring the universal keystroke capture is available to UI extensions. Signed-off-by: joewitt <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/778229eb Tree: http://git-wip-us.apache.org/repos/asf/nifi/tree/778229eb Diff: http://git-wip-us.apache.org/repos/asf/nifi/diff/778229eb Branch: refs/heads/master Commit: 778229eb528fc0184d9ef5706de4e04cd8f299ab Parents: 1a512cd Author: Matt Gilman <[email protected]> Authored: Wed Feb 10 19:10:38 2016 -0500 Committer: joewitt <[email protected]> Committed: Wed Feb 10 19:15:48 2016 -0500 ---------------------------------------------------------------------- .../nifi-framework/nifi-web/nifi-web-ui/pom.xml | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/nifi/blob/778229eb/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/pom.xml b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/pom.xml index 356140f..69584e1 100644 --- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/pom.xml +++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/pom.xml @@ -618,6 +618,8 @@ js/jquery/**/*, js/nf/nf-namespace.js, js/nf/nf-namespace.js.gz, + js/nf/nf-universal-capture.js, + js/nf/nf-universal-capture.js.gz, js/nf/nf-status-history.js, js/nf/nf-status-history.js.gz, js/nf/canvas/nf-canvas-all.js,
