XD-DENG commented on a change in pull request #12183:
URL: https://github.com/apache/airflow/pull/12183#discussion_r519447735
##########
File path: airflow/www/templates/airflow/dags.html
##########
@@ -133,7 +133,7 @@ <h2>DAGs</h2>
</td>
{# Column 5: Dag Schedule #}
<td>
- <a class="label label-default schedule" href="{{
url_for('DagRunModelView.list') }}?_flt_3_dag_id={{ dag.dag_id }}">
+ <a class="label label-default schedule {{ dag.dag_id }}"
href="{{ url_for('DagRunModelView.list') }}?_flt_3_dag_id={{ dag.dag_id }}">
Review comment:
Makes sense to me. And thanks for the snippet!
Will update shortly tonight and ping you for another review.
----------------------------------------------------------------
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]