Repository: ambari Updated Branches: refs/heads/trunk 9f27e084b -> 5f05539b1
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/5f05539b Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/5f05539b Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/5f05539b Branch: refs/heads/trunk Commit: 5f05539b1a04948ea141670bcaa7f25f08c3a3ad Parents: 9f27e08 Author: aBabiichuk <[email protected]> Authored: Tue Nov 4 16:17:48 2014 +0200 Committer: aBabiichuk <[email protected]> Committed: Tue Nov 4 16:17:48 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/5f05539b/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
