mik-laj commented on a change in pull request #4823: [AIRFLOW-3999] Remove all
inline style
URL: https://github.com/apache/airflow/pull/4823#discussion_r270422641
##########
File path: airflow/www/templates/airflow/ti_log.html
##########
@@ -32,9 +32,17 @@ <h4>{{ title }}</h4>
</ul>
<div class="tab-content">
{% for log in logs %}
- <div role="tabpanel" class="tab-pane {{ 'active' if loop.last else '' }}"
id="{{ loop.index }}">
- <img id="loading-{{ loop.index }}" style="margin-top:0%; margin-left:50%;
height:50px; width:50px; position: absolute;"
- alt="spinner" src="{{ url_for('static', filename='loading.gif') }}">
+ <div
+ role="tabpanel"
Review comment:
Any other comments?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services