diff --git a/templates/main.html b/templates/main.html index 45e52a8876cd611c3f591c1336dca4f9dad174cd..2e9379eabfb3ee447cfa67ad471beebf3f13b764 100644 --- a/templates/main.html +++ b/templates/main.html @@ -34,27 +34,7 @@ <meta name="is_scheduler_running" content="True"> {% endif %} {% endblock %} - - {% block head_css %} - {{ super() }} - - {% if not appbuilder.app_theme %} - {# airflowDefaultTheme.css file contains the styles from local bootstrap-theme.css #} - <link rel="stylesheet" type="text/css" href="{{ url_for_asset('airflowDefaultTheme.css') }}"> - {% endif %} - <link rel="stylesheet" type="text/css" href="{{ url_for_asset('materialIcons.css') }}"> - <link rel="stylesheet" type="text/css" href="{{ url_for_asset('main.css') }}"> - <link rel="stylesheet" type="text/css" href="{{ url_for_asset('loadingDots.css') }}"> - <link rel="stylesheet" type="text/css" href="{{ url_for_asset('bootstrap-datetimepicker.min.css') }}"> - <style type="text/css"> - {% for state, state_color in state_color_mapping.items() %} - span.{{state}} { - background-color: {{state_color}}; - } - {% endfor %} - </style> - <link rel="icon" type="image/png" href="{{ url_for('static', filename='pin_32.png') }}"> - {% endblock %} + {% block messages %} {% include 'appbuilder/flash.html' %}