This is an automated email from the ASF dual-hosted git repository.
uranusjr pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new e20a710587 Remove display of param from the UI (#38660)
e20a710587 is described below
commit e20a710587a3aa09827be1217b57533869c710b0
Author: Hussein Awala <[email protected]>
AuthorDate: Tue Apr 2 04:54:58 2024 +0200
Remove display of param from the UI (#38660)
---
airflow/www/templates/airflow/dag.html | 3 ---
1 file changed, 3 deletions(-)
diff --git a/airflow/www/templates/airflow/dag.html
b/airflow/www/templates/airflow/dag.html
index 59754347d0..9cb4d430a6 100644
--- a/airflow/www/templates/airflow/dag.html
+++ b/airflow/www/templates/airflow/dag.html
@@ -134,9 +134,6 @@
<span class="material-icons text-muted js-tooltip"
aria-hidden="true" data-original-title="Auto Pauses: After {{
dag_model.max_consecutive_failed_dag_runs|string }} consecutive
failures">motion_photos_paused</span>
{% endif %}
{% endif %}
- {% if root %}
- <span class="text-muted">ROOT:</span> {{ root }}
- {% endif %}
</h3>
</div>
<div>