You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "James Meickle (JIRA)" <ji...@apache.org> on 2019/05/13 19:42:00 UTC

[jira] [Commented] (AIRFLOW-4507) UI DAG status circle icons not displaying

    [ https://issues.apache.org/jira/browse/AIRFLOW-4507?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16838839#comment-16838839 ] 

James Meickle commented on AIRFLOW-4507:
----------------------------------------

I'm also experiencing this on a 1.10.1 to 1.10.3 upgrade. Lots of js/css (but not all) is not getting templated into the HTML properly and just showing up like so:

{{
<link href="/static/" rel="stylesheet" type="text/css" >
<link href="/static/" rel="stylesheet" type="text/css">

    
        <script src="/static/appbuilder/js/jquery-latest.js"></script>
        <script src="/static/appbuilder/js/ab_filters.js"></script>
        <script src="/static/appbuilder/js/ab_actions.js"></script>}}

> UI DAG status circle icons not displaying
> -----------------------------------------
>
>                 Key: AIRFLOW-4507
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-4507
>             Project: Apache Airflow
>          Issue Type: Bug
>          Components: ui
>    Affects Versions: 1.10.3
>            Reporter: Joshua Kornblum
>            Priority: Critical
>         Attachments: chrome.png, edge.PNG, firefox.png
>
>
> I upgraded our Airflow from 1.10.1 to 1.10.3 and the UI is no longer displaying the status circles on the `/home` page. I've tried viewing these on Ubuntu (Chrome, FireFox) and Windows 10 (Edge) all do not display them. This is running behind nginx (so I hope its not an nginx config issue, if so I will take this issue down)
> I see Edge and Chrome complain about some fonts not being able to load but HTML inspection makes it look like those status circles are SVG so I'm not sure it's related.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)