Return-Path: X-Original-To: apmail-ambari-commits-archive@www.apache.org Delivered-To: apmail-ambari-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5D77410A96 for ; Mon, 27 Jan 2014 15:48:52 +0000 (UTC) Received: (qmail 80100 invoked by uid 500); 27 Jan 2014 15:48:52 -0000 Delivered-To: apmail-ambari-commits-archive@ambari.apache.org Received: (qmail 80033 invoked by uid 500); 27 Jan 2014 15:48:50 -0000 Mailing-List: contact commits-help@ambari.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ambari-dev@ambari.apache.org Delivered-To: mailing list commits@ambari.apache.org Received: (qmail 80026 invoked by uid 99); 27 Jan 2014 15:48:49 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Jan 2014 15:48:49 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id EF9749068E1; Mon, 27 Jan 2014 15:48:48 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: akovalenko@apache.org To: commits@ambari.apache.org Message-Id: <6ebe9937666141379fe8a8fc39e0db0d@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: git commit: AMBARI-4424. NameNode HA Wizard > Select Hosts: layout issues. (Mikhail Bayuk via akovalenko) Date: Mon, 27 Jan 2014 15:48:48 +0000 (UTC) Updated Branches: refs/heads/trunk b8a3d399a -> 8015c714a AMBARI-4424. NameNode HA Wizard > Select Hosts: layout issues. (Mikhail Bayuk via akovalenko) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/8015c714 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/8015c714 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/8015c714 Branch: refs/heads/trunk Commit: 8015c714a66ce8214e8d3159dd8deba8ca22b2d7 Parents: b8a3d39 Author: Aleksandr Kovalenko Authored: Mon Jan 27 17:47:34 2014 +0200 Committer: Aleksandr Kovalenko Committed: Mon Jan 27 17:47:51 2014 +0200 ---------------------------------------------------------------------- .../main/admin/highAvailability/step2.hbs | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/8015c714/ambari-web/app/templates/main/admin/highAvailability/step2.hbs ---------------------------------------------------------------------- diff --git a/ambari-web/app/templates/main/admin/highAvailability/step2.hbs b/ambari-web/app/templates/main/admin/highAvailability/step2.hbs index edd1d6f..d92c47d 100644 --- a/ambari-web/app/templates/main/admin/highAvailability/step2.hbs +++ b/ambari-web/app/templates/main/admin/highAvailability/step2.hbs @@ -21,19 +21,19 @@ {{t admin.highAvailability.wizard.step2.body}}
-
+
{{#each servicesMasters}}
{{view App.SelectHostView @@ -42,14 +42,15 @@ optionLabelPath="content.host_info" selectedHostBinding="selectedHost" componentNameBinding="component_name" + class="host-select" zIdBinding="zId" disabledBinding="isInstalled" }} {{#if showAddControl}} - {{view App.AddControlView componentNameBinding="component_name"}} + {{view App.AddControlView componentNameBinding="component_name"}} {{/if}} {{#if showRemoveControl}} - {{view App.RemoveControlView componentNameBinding="component_name" zIdBinding="zId"}} + {{view App.RemoveControlView componentNameBinding="component_name" zIdBinding="zId"}} {{/if}}
@@ -57,12 +58,12 @@
-
+
{{#each masterHostMapping}}
{{hostInfo}}
{{#each masterServices}} - {{display_name}} + {{display_name}} {{/each}}
{{/each}}