Repository: incubator-airflow
Updated Branches:
  refs/heads/master 1feac380d -> 07fe7d7b4


Change default DAG view from tree view to graph view


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

Branch: refs/heads/master
Commit: 30608b8ba9a19608ef5323ac67e0e91ff3ac0d38
Parents: 10d70d9
Author: Dan Davydov <[email protected]>
Authored: Fri May 13 13:00:39 2016 -0700
Committer: Dan Davydov <[email protected]>
Committed: Fri May 13 13:36:19 2016 -0700

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


http://git-wip-us.apache.org/repos/asf/incubator-airflow/blob/30608b8b/airflow/www/templates/airflow/dags.html
----------------------------------------------------------------------
diff --git a/airflow/www/templates/airflow/dags.html 
b/airflow/www/templates/airflow/dags.html
index 40f91c1..b1707ba 100644
--- a/airflow/www/templates/airflow/dags.html
+++ b/airflow/www/templates/airflow/dags.html
@@ -45,7 +45,7 @@
                 </td>
                 <td>
                     {% if dag %}
-                    <a href="{{ url_for('airflow.graph', dag_id=dag.dag_id) 
}}">
+                    <a href="{{ url_for('airflow.tree', dag_id=dag.dag_id) }}">
                         {{ dag_id }}
                     </a>
                     {% else %}

Reply via email to