You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by mc...@apache.org on 2015/01/19 19:16:26 UTC

[52/59] [abbrv] incubator-nifi git commit: NIFI-267: - Filtering by label instead of fully qualified type.

NIFI-267:
- Filtering by label instead of fully qualified type.

Project: http://git-wip-us.apache.org/repos/asf/incubator-nifi/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-nifi/commit/46b0f92c
Tree: http://git-wip-us.apache.org/repos/asf/incubator-nifi/tree/46b0f92c
Diff: http://git-wip-us.apache.org/repos/asf/incubator-nifi/diff/46b0f92c

Branch: refs/heads/NIFI-250
Commit: 46b0f92cb25876af9c3c6dd485070e78ef0156fd
Parents: ad74a43
Author: Matt Gilman <ma...@gmail.com>
Authored: Fri Jan 16 10:07:23 2015 -0500
Committer: Matt Gilman <ma...@gmail.com>
Committed: Fri Jan 16 10:07:23 2015 -0500

----------------------------------------------------------------------
 .../nifi-web-ui/src/main/webapp/js/nf/canvas/nf-canvas-toolbox.js  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-nifi/blob/46b0f92c/nar-bundles/framework-bundle/framework/web/nifi-web-ui/src/main/webapp/js/nf/canvas/nf-canvas-toolbox.js
----------------------------------------------------------------------
diff --git a/nar-bundles/framework-bundle/framework/web/nifi-web-ui/src/main/webapp/js/nf/canvas/nf-canvas-toolbox.js b/nar-bundles/framework-bundle/framework/web/nifi-web-ui/src/main/webapp/js/nf/canvas/nf-canvas-toolbox.js
index 1d9ba16..ee91107 100644
--- a/nar-bundles/framework-bundle/framework/web/nifi-web-ui/src/main/webapp/js/nf/canvas/nf-canvas-toolbox.js
+++ b/nar-bundles/framework-bundle/framework/web/nifi-web-ui/src/main/webapp/js/nf/canvas/nf-canvas-toolbox.js
@@ -914,7 +914,7 @@ nf.CanvasToolbox = (function () {
                 $('#processor-type-filter-options').combo({
                     options: [{
                             text: 'by type',
-                            value: 'type'
+                            value: 'label'
                         }, {
                             text: 'by tag',
                             value: 'tags'