Jelajahi Sumber

AMBARI-1306. Change color of rack_local_map to #66B366. (yusaku)

git-svn-id: https://svn.apache.org/repos/asf/incubator/ambari/trunk@1440771 13f79535-47bb-0310-9956-ffa450edef68
Yusaku Sako 12 tahun lalu
induk
melakukan
7a268a3ada
2 mengubah file dengan 3 tambahan dan 1 penghapusan
  1. 2 0
      CHANGES.txt
  2. 1 1
      ambari-web/app/utils/graph.js

+ 2 - 0
CHANGES.txt

@@ -36,6 +36,8 @@ Trunk (unreleased changes):
 
  IMPROVEMENTS
 
+ AMBARI-1306. Change color of rack_local_map to #66B366. (yusaku)
+
  AMBARI-1311. Host health indicator should have a tooltip showing few details - 
  refactoring. (Arun Kandregula via yusaku)
 

+ 1 - 1
ambari-web/app/utils/graph.js

@@ -252,7 +252,7 @@ module.exports = {
         },
         {
           data:mapRackLocal,
-          color:'lightblue',
+          color:'#66B366',
           name:'rack_local_map'
         },
         {