jongsy commented on a change in pull request #4201: [AIRFLOW-3360] Make the 
DAGs search respect other querystring parameters
URL: https://github.com/apache/incubator-airflow/pull/4201#discussion_r234425250
 
 

 ##########
 File path: airflow/www/templates/airflow/dags.html
 ##########
 @@ -215,9 +215,9 @@ <h2>DAGs</h2>
 
     </div>
     {% if not hide_paused %}
-    <a href="{{ url_for('admin.index') }}?showPaused=False">Hide Paused 
DAGs</a>
+    <a onclick="return toggleShowPaused('False')">Hide Paused DAGs</a>
 
 Review comment:
   No problem, I've updated it to use Jinja templating.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to