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)
Data Platform and Tools Graveyard
Operations
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 | ||
Updated•5 years ago
|
Assignee: nobody → hwoo
| Assignee | ||
Updated•5 years ago
|
Priority: -- → P3
| Assignee | ||
Updated•5 years ago
|
Whiteboard: [DataOps]
| Assignee | ||
Updated•5 years ago
|
Priority: P3 → P2
| Assignee | ||
Updated•5 years ago
|
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
Updated•3 years ago
|
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.
Description
•