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/01/12 02:38:51 UTC

[GitHub] [airflow] bbovenzi commented on a change in pull request #20733: Add Audit Log View to Dag View

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

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