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



##########
File path: airflow/www/templates/airflow/dag.html
##########
@@ -139,6 +139,9 @@ <h4 class="pull-right" style="user-select: 
none;-moz-user-select: auto;">
           <li><a href="{{ url_for('Airflow.code', dag_id=dag.dag_id, 
root=root) }}">
             <span class="material-icons" aria-hidden="true">code</span>
             Code</a></li>
+          <li><a href="{{ url_for('Airflow.audit_log', dag_id=dag.dag_id) }}">
+            <span class="material-icons" aria-hidden="true">security</span>

Review comment:
       I'm not sure if `security` is the best icon to use here.
   
   I kind of like `plagiarism` 
https://fonts.google.com/icons?selected=Material%20Icons%3Aplagiarism%3A




-- 
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-unsubscr...@airflow.apache.org

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


Reply via email to