Repository: incubator-airflow
Updated Branches:
  refs/heads/v1-8-stable b869ea7d4 -> 50f9ed8c7


[AIRFLOW-899] Tasks in SCHEDULED state should be white in the UI instead of 
black

Closes #2100 from
aoen/ddavydov/fix_black_squares_in_ui

(cherry picked from commit daa405e2bd2e4d3538eea0ed951fdcdf6d8bc127)
Signed-off-by: Bolke de Bruin <[email protected]>


Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-airflow/commit/50f9ed8c
Tree: http://git-wip-us.apache.org/repos/asf/incubator-airflow/tree/50f9ed8c
Diff: http://git-wip-us.apache.org/repos/asf/incubator-airflow/diff/50f9ed8c

Branch: refs/heads/v1-8-stable
Commit: 50f9ed8c7348829b868c89fbeb2f0b27edf0525f
Parents: b869ea7
Author: Dan Davydov <[email protected]>
Authored: Thu Feb 23 23:50:19 2017 +0100
Committer: Bolke de Bruin <[email protected]>
Committed: Thu Feb 23 23:50:50 2017 +0100

----------------------------------------------------------------------
 airflow/www/static/tree.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-airflow/blob/50f9ed8c/airflow/www/static/tree.css
----------------------------------------------------------------------
diff --git a/airflow/www/static/tree.css b/airflow/www/static/tree.css
index 1818250..9304bb1 100644
--- a/airflow/www/static/tree.css
+++ b/airflow/www/static/tree.css
@@ -38,7 +38,7 @@ rect.state {
     shape-rendering: crispEdges;
     cursor: pointer;
 }
-rect.null, rect.undefined {
+rect.null, rect.scheduled, rect.undefined {
     fill: white;
 }
 rect.success {

Reply via email to