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



##########
File path: airflow/www/templates/airflow/dag.html
##########
@@ -132,16 +132,21 @@ <h4 class="modal-title" id="taskInstanceModalLabel">
             <hr>
           </div>
           <a id="btn_task" class="btn btn-sm" data-base-url="{{ 
url_for('Airflow.task') }}">
-            Task Instance Details
+            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_ti" class="btn btn-sm" data-base-url="{{ 
url_for('TaskInstanceModelView.list') }}">
-            Task Instances
-          </a>
+          {% if conf_core_executor == 'KubernetesExecutor' %}

Review comment:
       I've added back the missing changes. See 
`airflow.utils.helpers.k8s_or_k8scelery_executor` for how this was handled.




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