Index: /branches/amp_3_7/src/webui/webui/htdocs/new/src/client/app/modules/dashboard/system_statistics/system_statistics.controller.js
===================================================================
--- /branches/amp_3_7/src/webui/webui/htdocs/new/src/client/app/modules/dashboard/system_statistics/system_statistics.controller.js	(revision 2591)
+++ /branches/amp_3_7/src/webui/webui/htdocs/new/src/client/app/modules/dashboard/system_statistics/system_statistics.controller.js	(working copy)
@@ -502,7 +502,7 @@
 
                 var option = {
                     color: function () {
-                        if (theme == "dark") {
+                        if (theme === "dark") {
                             return ["#ff6e76", "#7cffb2"]
                         } else {
                             return ["#ee6666", "#91cc75"]
@@ -759,7 +759,7 @@
                         }
                     } else {
                         if (num < threshold1) {
-                            color = '#40B27D'
+                            color = '#91cc75'
                         } else if (num < threshold2) {
                             color = '#FF915A'
                         } else {
Index: /branches/amp_3_7/src/webui/webui/htdocs/new/src/client/package.json
===================================================================
--- /branches/amp_3_7/src/webui/webui/htdocs/new/src/client/package.json	(revision 2591)
+++ /branches/amp_3_7/src/webui/webui/htdocs/new/src/client/package.json	(working copy)
@@ -3,8 +3,9 @@
   "version": "0.0.1",
   "private": true,
   "devDependencies": {
-    "grunt": "^1.0.1",
+    "grunt": "^1.6.1",
     "grunt-bg-shell": "^2.3.3",
+    "grunt-cli": "^1.5.0",
     "grunt-contrib-clean": "^1.0.0",
     "grunt-contrib-concat": "^1.0.1",
     "grunt-contrib-connect": "^1.0.1",
@@ -20,8 +21,7 @@
     "gulp-json-editor": "^2.2.1",
     "gulp-po-json": "0.0.4",
     "load-grunt-tasks": "^3.5.0",
-    "time-grunt": "^1.3.0",
-    "grunt-cli": "^1.5.0"
+    "time-grunt": "^1.3.0"
   },
   "engines": {
     "node": ">=0.10.0"
@@ -33,4 +33,3 @@
     "coffeescript": "^2.7.0"
   }
 }
-
