You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aurora.apache.org by mc...@apache.org on 2014/06/24 01:19:19 UTC

git commit: Remove red from the config grouping

Repository: incubator-aurora
Updated Branches:
  refs/heads/master 45bf9d630 -> 69110a7b4


Remove red from the config grouping

Bugs closed: AURORA-525

Reviewed at https://reviews.apache.org/r/22486/


Project: http://git-wip-us.apache.org/repos/asf/incubator-aurora/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-aurora/commit/69110a7b
Tree: http://git-wip-us.apache.org/repos/asf/incubator-aurora/tree/69110a7b
Diff: http://git-wip-us.apache.org/repos/asf/incubator-aurora/diff/69110a7b

Branch: refs/heads/master
Commit: 69110a7b4b427fcc6d571a7d20b7de9745059586
Parents: 45bf9d6
Author: David McLaughlin <da...@dmclaughlin.com>
Authored: Mon Jun 23 19:19:05 2014 -0400
Committer: Mark Chu-Carroll <mc...@twitter.com>
Committed: Mon Jun 23 19:19:05 2014 -0400

----------------------------------------------------------------------
 .../org/apache/aurora/scheduler/http/ui/js/controllers.js        | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-aurora/blob/69110a7b/src/main/resources/org/apache/aurora/scheduler/http/ui/js/controllers.js
----------------------------------------------------------------------
diff --git a/src/main/resources/org/apache/aurora/scheduler/http/ui/js/controllers.js b/src/main/resources/org/apache/aurora/scheduler/http/ui/js/controllers.js
index 556df0c..fc8b40b 100644
--- a/src/main/resources/org/apache/aurora/scheduler/http/ui/js/controllers.js
+++ b/src/main/resources/org/apache/aurora/scheduler/http/ui/js/controllers.js
@@ -296,10 +296,10 @@
       function buildGroupSummary($scope) {
         var colors = [
           'steelblue',
-          'indianred',
           'darkseagreen',
           'sandybrown',
-          'plum'
+          'plum',
+          'khaki'
         ];
 
         var total = _.reduce($scope.taskSummary, function (m, n) {