You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by ao...@apache.org on 2017/04/24 12:01:26 UTC

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

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/92ac66ff
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/92ac66ff
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/92ac66ff

Branch: refs/heads/branch-3.0-perf
Commit: 92ac66ff26a5f07c37895e04c4f78066b1cdd75e
Parents: ebb24be
Author: Jaimin Jetly <ja...@hortonworks.com>
Authored: Wed Apr 19 10:09:09 2017 -0700
Committer: Andrew Onishuk <ao...@hortonworks.com>
Committed: Mon Apr 24 14:59:56 2017 +0300

----------------------------------------------------------------------
 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/92ac66ff/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/92ac66ff/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>