Ry Walker created AIRFLOW-5591:
----------------------------------
Summary: Remove glyphicons in favor of fontawesome
Key: AIRFLOW-5591
URL: https://issues.apache.org/jira/browse/AIRFLOW-5591
Project: Apache Airflow
Issue Type: Improvement
Components: webserver
Affects Versions: 1.10.5
Reporter: Ry Walker
Assignee: Ry Walker
Fix For: 1.10.6
There was a broken glyphicon in Airflow (task tries) on the `dags` and `dag`
views. In the course of investigating that, realized we also had fontawesome
installed (albeit an older version).
So I updated fontawesome, changed all the icons to use it rather than
glyphicons.
Glyphicons are font-based, and dropped by Bootstrap in v4.
FontAwesome icons are SVG-based [https://fontawesome.com/icons?d=gallery]).
--
This message was sent by Atlassian Jira
(v8.3.4#803005)