Repository: incubator-airflow
Updated Branches:
  refs/heads/master 1932ccc88 -> 836f2899c


[AIRFLOW-1445] Changing HivePartitionSensor UI color to lighter shade

My PR is simply to improve the readability of the
text using the HivePartitionSensor. The screen
shots below show the before and after. The darker
shade (nearly black) is the before, and the purple
color is the after.

Closes #2476 from Acehaidrey/master


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

Branch: refs/heads/master
Commit: 836f2899c6fd225fa8da5b7c697a470f2d2f9d58
Parents: 1932ccc
Author: Ace Haidrey <ahaid...@pandora.com>
Authored: Tue Aug 1 09:20:36 2017 -0700
Committer: Dan Davydov <dan.davy...@airbnb.com>
Committed: Tue Aug 1 09:20:39 2017 -0700

----------------------------------------------------------------------
 airflow/operators/sensors.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-airflow/blob/836f2899/airflow/operators/sensors.py
----------------------------------------------------------------------
diff --git a/airflow/operators/sensors.py b/airflow/operators/sensors.py
index bfa2ef4..409c18d 100644
--- a/airflow/operators/sensors.py
+++ b/airflow/operators/sensors.py
@@ -347,7 +347,7 @@ class HivePartitionSensor(BaseSensorOperator):
     :type metastore_conn_id: str
     """
     template_fields = ('schema', 'table', 'partition',)
-    ui_color = '#2b2d42'
+    ui_color = '#C5CAE9'
 
     @apply_defaults
     def __init__(

Reply via email to