From cd6b1f1040451215b42719892de7ee4a3c1bfc7b Mon Sep 17 00:00:00 2001 From: Hussein Awala Date: Sun, 29 Jan 2023 09:56:35 +0100 Subject: [PATCH] redirect to the origin page with all the params (#29212) (cherry picked from commit 7315d6f38caa58e6b19054f3e8a20ed02df16a29) --- airflow/www/templates/airflow/dag.html | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/airflow/www/templates/airflow/dag.html b/airflow/www/templates/airflow/dag.html index 9fc7d516c0ae1..9e36f78acff64 100644 --- a/airflow/www/templates/airflow/dag.html +++ b/airflow/www/templates/airflow/dag.html @@ -236,7 +236,13 @@

Trigger DAG -
  • Trigger DAG w/ config
  • +
  • + {% if 'dag_id' in request.args %} + + {% else %} + + {% endif %} + Trigger DAG w/ config