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 2020/11/08 09:45:10 UTC

[GitHub] [airflow] Sangarshanan commented on a change in pull request #11121: Filter dags by owner

Sangarshanan commented on a change in pull request #11121:
URL: https://github.com/apache/airflow/pull/11121#discussion_r519322901



##########
File path: airflow/www/templates/airflow/dags.html
##########
@@ -137,7 +137,11 @@ <h2>DAGs</h2>
 
             <!-- Column 5: Dag Owners -->
             <td>
-              {{ dag.owners }}
+              <a class="label label-default"
+                 href="?search={{ dag.owners }}"
+                 style="margin: 3px;">
+                 {{ dag.owners }}

Review comment:
       Ah yes I think I understood the question wrong, this does make more sense




----------------------------------------------------------------
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:
users@infra.apache.org