You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by bo...@apache.org on 2016/10/09 08:10:47 UTC

incubator-airflow git commit: [AIRFLOW-553] Fix load path for filters.js

Repository: incubator-airflow
Updated Branches:
  refs/heads/master 0cfd24347 -> 0fd14de41


[AIRFLOW-553] Fix load path for filters.js

Closes #1827 from msumit/AIRFLOW-553


Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-airflow/commit/0fd14de4
Tree: http://git-wip-us.apache.org/repos/asf/incubator-airflow/tree/0fd14de4
Diff: http://git-wip-us.apache.org/repos/asf/incubator-airflow/diff/0fd14de4

Branch: refs/heads/master
Commit: 0fd14de41f1413f5cdf766cf2e25abd75f53c039
Parents: 0cfd243
Author: Sumit Maheshwari <su...@qubole.com>
Authored: Sun Oct 9 10:10:25 2016 +0200
Committer: Bolke de Bruin <bo...@xs4all.nl>
Committed: Sun Oct 9 10:10:29 2016 +0200

----------------------------------------------------------------------
 airflow/www/templates/airflow/list_dags.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-airflow/blob/0fd14de4/airflow/www/templates/airflow/list_dags.html
----------------------------------------------------------------------
diff --git a/airflow/www/templates/airflow/list_dags.html b/airflow/www/templates/airflow/list_dags.html
index bd6bc32..2ad9416 100644
--- a/airflow/www/templates/airflow/list_dags.html
+++ b/airflow/www/templates/airflow/list_dags.html
@@ -198,7 +198,7 @@
 
 {% block tail %}
     {{ super() }}
-    <script src="{{ admin_static.url(filename='admin/js/filters-1.0.0.js') }}"></script>
+    <script src="{{ admin_static.url(filename='admin/js/filters.js') }}"></script>
     {{ lib.form_js() }}
 
     {{ actionlib.script(_gettext('Please select at least one record.'),