Repository: ambari Updated Branches: refs/heads/trunk 6cda103e2 -> 1f70d0627
AMBARI-21252.Namenode variable should be auto populated for FS action node(Venkata Sairam) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/1f70d062 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/1f70d062 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/1f70d062 Branch: refs/heads/trunk Commit: 1f70d06277cb68a87ef861e48f7f2d0b0bbf7e03 Parents: 6cda103 Author: Venkata Sairam <[email protected]> Authored: Thu Jun 22 09:21:36 2017 +0530 Committer: Venkata Sairam <[email protected]> Committed: Thu Jun 22 09:21:36 2017 +0530 ---------------------------------------------------------------------- .../views/wfmanager/src/main/resources/ui/app/utils/constants.js | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/1f70d062/contrib/views/wfmanager/src/main/resources/ui/app/utils/constants.js ---------------------------------------------------------------------- diff --git a/contrib/views/wfmanager/src/main/resources/ui/app/utils/constants.js b/contrib/views/wfmanager/src/main/resources/ui/app/utils/constants.js index bf858d8..3989fc2 100644 --- a/contrib/views/wfmanager/src/main/resources/ui/app/utils/constants.js +++ b/contrib/views/wfmanager/src/main/resources/ui/app/utils/constants.js @@ -45,6 +45,7 @@ export default Ember.Object.create({ {name : "map-reduce",supportsSchema : false, currentVersion:''}, {name : "sub-workflow",supportsSchema : false, currentVersion:''}, {name : "distcp",supportsSchema : true, currentVersion:''}, + {name : "fs",supportsSchema : true, currentVersion:''}, {name : "ssh",supportsSchema : false, currentVersion:''}, {name : "email",supportsSchema : true, currentVersion:''} ]),
