diff --git a/airflow/www/templates/airflow/trigger.html b/airflow/www/templates/airflow/trigger.html index 72a0f287365ac..67ca7060b3a2b 100644 --- a/airflow/www/templates/airflow/trigger.html +++ b/airflow/www/templates/airflow/trigger.html @@ -259,16 +259,7 @@

{%- endif %} -

- To access configuration in your DAG use {{ '{{ dag_run.conf }}' }}. - {% if is_dag_run_conf_overrides_params %} - As core.dag_run_conf_overrides_params is set to True, so passing any configuration - here will override task params which can be accessed via {{ '{{ params }}' }}. - {% else %} - As core.dag_run_conf_overrides_params is set to False, so passing any configuration - here won't override task params. - {% endif %} -

+ {% if dag.get_is_paused() %}
+ {% endif %} Cancel