Author: yusaku
Date: Thu Jan 31 00:50:34 2013
New Revision: 1440771

URL: http://svn.apache.org/viewvc?rev=1440771&view=rev
Log:
AMBARI-1306. Change color of rack_local_map to #66B366. (yusaku)

Modified:
    incubator/ambari/trunk/CHANGES.txt
    incubator/ambari/trunk/ambari-web/app/utils/graph.js

Modified: incubator/ambari/trunk/CHANGES.txt
URL: 
http://svn.apache.org/viewvc/incubator/ambari/trunk/CHANGES.txt?rev=1440771&r1=1440770&r2=1440771&view=diff
==============================================================================
--- incubator/ambari/trunk/CHANGES.txt (original)
+++ incubator/ambari/trunk/CHANGES.txt Thu Jan 31 00:50:34 2013
@@ -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)
 

Modified: incubator/ambari/trunk/ambari-web/app/utils/graph.js
URL: 
http://svn.apache.org/viewvc/incubator/ambari/trunk/ambari-web/app/utils/graph.js?rev=1440771&r1=1440770&r2=1440771&view=diff
==============================================================================
--- incubator/ambari/trunk/ambari-web/app/utils/graph.js (original)
+++ incubator/ambari/trunk/ambari-web/app/utils/graph.js Thu Jan 31 00:50:34 
2013
@@ -252,7 +252,7 @@ module.exports = {
         },
         {
           data:mapRackLocal,
-          color:'lightblue',
+          color:'#66B366',
           name:'rack_local_map'
         },
         {


Reply via email to