ashb commented on a change in pull request #6489: [AIRFLOW-3959] [AIRFLOW-4026]
Add filter by DAG tags
URL: https://github.com/apache/airflow/pull/6489#discussion_r347492287
##########
File path: airflow/www/templates/airflow/dags.html
##########
@@ -81,9 +92,17 @@ <h2>DAGs</h2>
<!-- Column 3: Name -->
<td>
- <a href="{{ url_for('Airflow.'+ dag.get_default_view(),
dag_id=dag.dag_id) }}" title="{{ dag.description }}">
- {{ dag.dag_id }}
- </a>
+ <div style="float: left;">
Review comment:
Do we need to have both float - isn't just floating the tags to the right
enough?
----------------------------------------------------------------
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