Repository: ambari Updated Branches: refs/heads/branch-1.7.0 f062fe02e -> 2d0dbaef1
AMBARI-8139 NNHA wizard shows incorrect component layout. (ababiichuk) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/2d0dbaef Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/2d0dbaef Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/2d0dbaef Branch: refs/heads/branch-1.7.0 Commit: 2d0dbaef1acd60670243635f179191a68bd14188 Parents: f062fe0 Author: aBabiichuk <[email protected]> Authored: Tue Nov 4 16:20:06 2014 +0200 Committer: aBabiichuk <[email protected]> Committed: Tue Nov 4 16:20:06 2014 +0200 ---------------------------------------------------------------------- .../main/admin/highAvailability/nameNode/step2_controller.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/2d0dbaef/ambari-web/app/controllers/main/admin/highAvailability/nameNode/step2_controller.js ---------------------------------------------------------------------- diff --git a/ambari-web/app/controllers/main/admin/highAvailability/nameNode/step2_controller.js b/ambari-web/app/controllers/main/admin/highAvailability/nameNode/step2_controller.js index e7e77bb..2bdd691 100644 --- a/ambari-web/app/controllers/main/admin/highAvailability/nameNode/step2_controller.js +++ b/ambari-web/app/controllers/main/admin/highAvailability/nameNode/step2_controller.js @@ -33,7 +33,7 @@ App.HighAvailabilityWizardStep2Controller = App.WizardStep5Controller.extend({ * master components supported by Ambari */ - multipleComponents: ['NAMENODE', 'JOURNALNODE','ZOOKEEPER_SERVER','HBASE_MASTER'], + multipleComponents: ['NAMENODE', 'JOURNALNODE','ZOOKEEPER_SERVER','HBASE_MASTER','RESOURCEMANAGER'], /** * overrides method in wizardStep5Controller
