Closed Bug 1675380 Opened 5 years ago Closed 5 years ago

Make WTMO (AIRFLOW) UI colorblind friendly

Categories

(Data Platform and Tools Graveyard :: Operations, task, P2)

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: hwoo, Assigned: hwoo)

Details

(Whiteboard: [DataOps])

This is selfishly for myself, because the greens/reds look the same to me in the UI.

After 1.10.12 upgrade, change the success, running, failed colors.

https://github.com/apache/airflow/pull/9520

Add $AIRFLOW_HOME/config/airflow_local_settings.py

STATE_COLORS = {
"queued": 'darkgray',
"running": '#01FF70',
"success": '#0000FF',
"failed": 'firebrick',
"up_for_retry": 'yellow',
"up_for_reschedule": 'turquoise',
"upstream_failed": 'orange',
"skipped": 'darkorchid',
"scheduled": 'tan',
}

0000FF is Blue

Assignee: nobody → hwoo
Priority: -- → P3
Whiteboard: [DataOps]
Priority: P3 → P2
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
Product: Data Platform and Tools → Data Platform and Tools Graveyard
You need to log in before you can comment on or make changes to this bug.