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

 ##########
 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:
   I don't like using JavaScript for this. Please find another way

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to