Skip to content
Snippets Groups Projects
Commit 016bb48f authored by Jorrit Schaap's avatar Jorrit Schaap
Browse files

Task #8887: changed colors of queues/completing

parent b05c70c2
Branches
Tags
No related merge requests found
......@@ -66,9 +66,9 @@ angular.module('raeApp').factory("dataService", ['$http', '$q', function($http,
'conflict':'#ff0000',
'prescheduled': '#6666ff',
'scheduled': '#0000ff',
'queued': '#6666ff',
'queued': '#ccffff',
'active': '#ffff00',
'completing': '#99ff33',
'completing': '#ffdd99',
'finished': '#00ff00',
'aborted': '#cc0000',
'error': '#990033',
......
......@@ -117,7 +117,7 @@ div.gantt-task.claim-task-status-scheduled span {
}
div.gantt-task.claim-task-status-queued span {
background: #6666ff;
background: #ccffff;
}
div.gantt-task.claim-task-status-active span {
......@@ -125,7 +125,7 @@ div.gantt-task.claim-task-status-active span {
}
div.gantt-task.claim-task-status-completing span {
background: #99ff33;
background: #ffdd99;
}
div.gantt-task.claim-task-status-finished span {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment