Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id A043C200C6A for ; Wed, 19 Apr 2017 19:09:28 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 9EBF6160B9C; Wed, 19 Apr 2017 17:09:28 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id E751F160B94 for ; Wed, 19 Apr 2017 19:09:27 +0200 (CEST) Received: (qmail 30130 invoked by uid 500); 19 Apr 2017 17:09:27 -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 30120 invoked by uid 99); 19 Apr 2017 17:09:27 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Apr 2017 17:09:27 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 09C64DFBC8; Wed, 19 Apr 2017 17:09:27 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: jaimin@apache.org To: commits@ambari.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: ambari git commit: AMBARI-20765. Installer wizard: "Register Hosts" page has delete icon under action column is invisible. (Ishan Bhatt via Jaimin) Date: Wed, 19 Apr 2017 17:09:27 +0000 (UTC) archived-at: Wed, 19 Apr 2017 17:09:28 -0000 Repository: ambari Updated Branches: refs/heads/trunk 91d438697 -> c651d6d36 AMBARI-20765. Installer wizard: "Register Hosts" page has delete icon under action column is invisible. (Ishan Bhatt via Jaimin) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/c651d6d3 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/c651d6d3 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/c651d6d3 Branch: refs/heads/trunk Commit: c651d6d36928580c6e13309d2754b76ecb58ee29 Parents: 91d4386 Author: Jaimin Jetly Authored: Wed Apr 19 10:09:09 2017 -0700 Committer: Jaimin Jetly Committed: Wed Apr 19 10:09:09 2017 -0700 ---------------------------------------------------------------------- ambari-web/app/styles/wizard.less | 3 +++ ambari-web/app/templates/wizard/step3.hbs | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/c651d6d3/ambari-web/app/styles/wizard.less ---------------------------------------------------------------------- diff --git a/ambari-web/app/styles/wizard.less b/ambari-web/app/styles/wizard.less index 45d9e28..130896dd 100644 --- a/ambari-web/app/styles/wizard.less +++ b/ambari-web/app/styles/wizard.less @@ -177,6 +177,9 @@ float:left; white-space: nowrap; } + #display-action { + visibility:visible; + } } #warningsSection { margin: 0px 10px; http://git-wip-us.apache.org/repos/asf/ambari/blob/c651d6d3/ambari-web/app/templates/wizard/step3.hbs ---------------------------------------------------------------------- diff --git a/ambari-web/app/templates/wizard/step3.hbs b/ambari-web/app/templates/wizard/step3.hbs index 2a96379..e00012c 100644 --- a/ambari-web/app/templates/wizard/step3.hbs +++ b/ambari-web/app/templates/wizard/step3.hbs @@ -96,7 +96,7 @@ - +