Repository: ambari Updated Branches: refs/heads/branch-2.5 dbd78a794 -> 33955935d
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/33955935 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/33955935 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/33955935 Branch: refs/heads/branch-2.5 Commit: 33955935d26777ac47225b8dd69d0513ed101354 Parents: dbd78a7 Author: Venkata Sairam <[email protected]> Authored: Thu Jun 22 09:21:36 2017 +0530 Committer: Venkata Sairam <[email protected]> Committed: Thu Jun 22 09:22:46 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/33955935/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:''} ]),
