ryanahamilton commented on a change in pull request #11815:
URL: https://github.com/apache/airflow/pull/11815#discussion_r511955036



##########
File path: airflow/www/templates/airflow/dag.html
##########
@@ -134,9 +134,12 @@ <h4 class="modal-title" id="taskInstanceModalLabel">
           <a id="btn_task" class="btn btn-sm" data-base-url="{{ 
url_for('Airflow.task') }}">
             Task Instance Details
           </a>
-          <a id="btn_rendered" class="btn btn-sm" data-base-url="{{ 
url_for('Airflow.rendered') }}">
+          <a id="btn_rendered" class="btn btn-sm" data-base-url="{{ 
url_for('Airflow.rendered_templates') }}">
             Rendered
           </a>
+          <a id="btn_rendered_k8s" class="btn btn-sm" data-base-url="{{ 
url_for('Airflow.rendered_k8s') }}">
+            Rendered K8s Pod Spec

Review comment:
       Can we simplify the navigation button text a bit? They're a bit 
verbose—maybe a word shorter. "K8s Pod Spec", "Rendered K8s Spec", "Rendered 
Pod Spec"?




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