Browse Source

AMBARI-1187. Dashboard > MapReduce mini chart sometimes shows partial graph and hides recent data. (yusaku)

git-svn-id: https://svn.apache.org/repos/asf/incubator/ambari/trunk@1433643 13f79535-47bb-0310-9956-ffa450edef68
Yusaku Sako 12 years ago
parent
commit
46d8def907
2 changed files with 5 additions and 1 deletions
  1. 2 0
      CHANGES.txt
  2. 3 1
      ambari-web/app/styles/application.less

+ 2 - 0
CHANGES.txt

@@ -33,6 +33,8 @@ Trunk (unreleased changes):
 
  BUG FIXES
 
+ AMBARI-1187. Dashboard > MapReduce mini chart sometimes shows partial graph and hides recent data. (yusaku)
+
  AMBARI-1184. After adding hosts, the host count shown in the Dashboard is
  incorrect. (yusaku)
 

+ 3 - 1
ambari-web/app/styles/application.less

@@ -792,7 +792,9 @@ a:focus {
         padding: 4px;
       }
     }
-
+    .dashboard-mini-chart > div{
+      width: 172px;
+    }
     .dashboard-mini-chart {
       right: 0;
       float: right;