You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/03/31 21:44:53 UTC

[GitHub] [airflow] bbovenzi commented on a change in pull request #22671: Support for sorting DAGs in the web UI

bbovenzi commented on a change in pull request #22671:
URL: https://github.com/apache/airflow/pull/22671#discussion_r840040072



##########
File path: airflow/www/templates/airflow/dags.html
##########
@@ -21,6 +21,37 @@
 {% from 'appbuilder/loading_dots.html' import loading_dots %}
 {% from 'airflow/_messages.html' import show_message %}
 
+{%- macro sortable_column(display_name, attribute_name) -%}

Review comment:
       What's the reason for this empty macro? It looks redundant.




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

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org