You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by ak...@apache.org on 2015/04/21 19:20:59 UTC

ambari git commit: AMBARI-10633. Not possible to write xPath fo "Rack" element in "Summary" panel on hosts summary page. (akovalenko)

Repository: ambari
Updated Branches:
  refs/heads/trunk 5d4fb3177 -> e1ccd2f11


AMBARI-10633. Not possible to write xPath fo "Rack" element in "Summary" panel on hosts summary page. (akovalenko)


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/e1ccd2f1
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/e1ccd2f1
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/e1ccd2f1

Branch: refs/heads/trunk
Commit: e1ccd2f11b5593b26e8339a4eeef0e2c678e4bd0
Parents: 5d4fb31
Author: Aleksandr Kovalenko <ak...@hortonworks.com>
Authored: Tue Apr 21 19:52:10 2015 +0300
Committer: Aleksandr Kovalenko <ak...@hortonworks.com>
Committed: Tue Apr 21 20:20:38 2015 +0300

----------------------------------------------------------------------
 ambari-web/app/templates/main/host/summary.hbs | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/e1ccd2f1/ambari-web/app/templates/main/host/summary.hbs
----------------------------------------------------------------------
diff --git a/ambari-web/app/templates/main/host/summary.hbs b/ambari-web/app/templates/main/host/summary.hbs
index abb67ba..28f2989 100644
--- a/ambari-web/app/templates/main/host/summary.hbs
+++ b/ambari-web/app/templates/main/host/summary.hbs
@@ -134,8 +134,8 @@
                         <dt class="summary-ipaddress-label">{{t common.ipAddress}}:</dt>
                           <dd class="summary-ipaddress-value">&nbsp;{{view.content.ip}}</dd>
 
-                        <dt>{{t common.rack}}:</dt>
-                        <dd>&nbsp;{{view.content.rack}} <a class="set-rack-id" {{action setRackId view.content target="controller"}}><i class="icon-pencil"></i></a></dd>
+                        <dt class="summary-rack-label">{{t common.rack}}:</dt>
+                        <dd class="summary-rack-value">&nbsp;{{view.content.rack}} <a class="set-rack-id" {{action setRackId view.content target="controller"}}><i class="icon-pencil"></i></a></dd>
 
                         <dt class="summary-os-label">{{t common.os}}:</dt>
                           <dd class="summary-os-value">&nbsp;{{view.content.osType}}&nbsp;({{view.content.osArch}})</dd>