You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by ja...@apache.org on 2017/04/19 17:09:27 UTC

ambari git commit: AMBARI-20765. Installer wizard: "Register Hosts" page has delete icon under action column is invisible. (Ishan Bhatt via Jaimin)

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 <ja...@hortonworks.com>
Authored: Wed Apr 19 10:09:09 2017 -0700
Committer: Jaimin Jetly <ja...@hortonworks.com>
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 @@
                       </a>
                     </td>
                     <td class="step3-table-action" {{QAAttr "confirm-hosts-table-body-cell"}}>
-                      <a class="action" href="#" {{action remove target="view"}} {{bindAttr disabled="isBackDisabled"}} {{QAAttr "remove-host-button"}}>
+                      <a class="action" id="display-action" href="#" {{action remove target="view"}} {{bindAttr disabled="isBackDisabled"}} {{QAAttr "remove-host-button"}}>
                         <i class="glyphicon glyphicon-trash" {{translateAttr title="common.remove"}}></i>
                       </a>
                     </td>