You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by on...@apache.org on 2014/02/03 12:20:04 UTC

git commit: AMBARI-4501. health status yellow (lost heartbeat) not showing icon. (onechiporenko)

Updated Branches:
  refs/heads/trunk 460c0d5f0 -> 082e9ae04


AMBARI-4501. health status yellow (lost heartbeat) not showing icon. (onechiporenko)


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

Branch: refs/heads/trunk
Commit: 082e9ae044ebf932395dcfb2c9488fa2ce956233
Parents: 460c0d5
Author: Oleg Nechiporenko <on...@apache.org>
Authored: Mon Feb 3 13:15:53 2014 +0200
Committer: Oleg Nechiporenko <on...@apache.org>
Committed: Mon Feb 3 13:19:57 2014 +0200

----------------------------------------------------------------------
 ambari-web/app/styles/application.less | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/082e9ae0/ambari-web/app/styles/application.less
----------------------------------------------------------------------
diff --git a/ambari-web/app/styles/application.less b/ambari-web/app/styles/application.less
index cdc0e44..22f13a9 100644
--- a/ambari-web/app/styles/application.less
+++ b/ambari-web/app/styles/application.less
@@ -2779,6 +2779,8 @@ table.graphs {
     .status-dot-position;
   }
   .health-status-DEAD-YELLOW {
+    background-image: @status-dead-yellow-marker;
+    .status-dot-position;
   }
   .passive-state {
     color: #000;