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



##########
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:
       How do you think we should do this ? Also why not links, I am asking 
because everything else is a link 😅 




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


Reply via email to