Return-Path: X-Original-To: apmail-ambari-commits-archive@www.apache.org Delivered-To: apmail-ambari-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id EBAD210443 for ; Mon, 3 Feb 2014 11:20:07 +0000 (UTC) Received: (qmail 69293 invoked by uid 500); 3 Feb 2014 11:20:07 -0000 Delivered-To: apmail-ambari-commits-archive@ambari.apache.org Received: (qmail 69223 invoked by uid 500); 3 Feb 2014 11:20:05 -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 69209 invoked by uid 99); 3 Feb 2014 11:20:04 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 Feb 2014 11:20:04 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 7AAC38C1A05; Mon, 3 Feb 2014 11:20:04 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: onechiporenko@apache.org To: commits@ambari.apache.org Message-Id: <6318fbb60c534f1581e6badcb1e07788@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: git commit: AMBARI-4501. health status yellow (lost heartbeat) not showing icon. (onechiporenko) Date: Mon, 3 Feb 2014 11:20:04 +0000 (UTC) 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 Authored: Mon Feb 3 13:15:53 2014 +0200 Committer: Oleg Nechiporenko 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;