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/28 16:32:31 UTC

[3/4] incubator-nifi git commit: NIFI-250: - Fixing the NODE_ONLY value.

NIFI-250:
- Fixing the NODE_ONLY value.

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

Branch: refs/heads/NIFI-250
Commit: 68583ab90a50f5929859144326dc105cc4753acd
Parents: e06e423
Author: Matt Gilman <ma...@gmail.com>
Authored: Wed Jan 28 09:36:34 2015 -0500
Committer: Matt Gilman <ma...@gmail.com>
Committed: Wed Jan 28 09:36:34 2015 -0500

----------------------------------------------------------------------
 .../webapp/js/nf/canvas/nf-controller-service-configuration.js     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-nifi/blob/68583ab9/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/nf/canvas/nf-controller-service-configuration.js
----------------------------------------------------------------------
diff --git a/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/nf/canvas/nf-controller-service-configuration.js b/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/nf/canvas/nf-controller-service-configuration.js
index 5620cf9..575e6e7 100644
--- a/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/nf/canvas/nf-controller-service-configuration.js
+++ b/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/nf/canvas/nf-controller-service-configuration.js
@@ -207,7 +207,7 @@ nf.ControllerServiceConfiguration = (function () {
                         description: 'This controller service will be available on the cluster manager only.'
                     }, {
                         text: 'Node',
-                        value: 'NODE',
+                        value: 'NODE_ONLY',
                         description: 'This controller service will be available on the nodes only.'
                     }, {
                         text: 'Both',