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_r267703466
##########
File path: airflow/www/templates/airflow/dags.html
##########
@@ -177,25 +177,23 @@ <h2>DAGs</h2>
<!-- Use dag_id instead of dag.dag_id, because the DAG might
not exist in the webserver's DagBag -->
<a href="{{ url_for('Airflow.delete', dag_id=dag.dag_id) }}"
onclick="return confirmDeleteDag('{{ dag.dag_id }}')">
- <span class="glyphicon glyphicon-remove-circle"
style="color:red" aria-hidden="true" data-original-title="Delete Dag"></span>
+ <span class="glyphicon glyphicon-remove-circle text-danger"
aria-hidden="true" data-original-title="Delete Dag"></span>
</a>
</td>
</tr>
{% endfor %}
</tbody>
</table>
- <div class="row">
- <div class="col-sm-12" style="text-align:right;">
- <div class="dataTables_info" id="dags_info" role="status"
aria-live="polite" style="padding-top: 0px;">Showing {{num_dag_from}} to
{{num_dag_to}} of {{num_of_all_dags}} entries</div>
+ <div class="text-right">
+ <div
+ class="dataTables_info mt-0"
Review comment:
I looked at it now. No class is needed. I will delete classes during the
next PR update

----------------------------------------------------------------
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