mik-laj commented on a change in pull request #11121:
URL: https://github.com/apache/airflow/pull/11121#discussion_r495609205
##########
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:
I wonder if we should not display a separate link for each person.
----------------------------------------------------------------
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]