You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by ab...@apache.org on 2014/11/04 16:47:07 UTC

git commit: AMBARI-8139 NNHA wizard shows incorrect component layout. (ababiichuk)

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 <ab...@cybervisiontech.com>
Authored: Tue Nov 4 16:17:48 2014 +0200
Committer: aBabiichuk <ab...@cybervisiontech.com>
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