ashb commented on a change in pull request #5503: [AIRFLOW-3360] Make the DAGs
search respect other querystring parameters
URL: https://github.com/apache/airflow/pull/5503#discussion_r299111337
##########
File path: airflow/www/templates/airflow/dags.html
##########
@@ -36,7 +36,7 @@ <h2>DAGs</h2>
<form id="search_form" class="form-inline" style="width: 100%;
text-align: right;">
<div id="dags_filter" class="form-group" style="width: 100%;">
<label for="dag_query" style="width:20%; text-align:
right;">Search:</label>
- <input id="dag_query" type="text" class="typeahead form-control"
data-provide="typeahead" style="width:50%;" value="{{search_query}}">
+ <input id="dag_query" type="text" class="typeahead form-control"
data-provide="typeahead" style="width:50%;" value="{{search_query}}"
autocomplete="off">
Review comment:
Ah right. Makes sense!
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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