You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by da...@apache.org on 2016/05/13 20:58:05 UTC

incubator-airflow git commit: [AIRFLOW-112] Change default DAG view from tree view to graph view

Repository: incubator-airflow
Updated Branches:
  refs/heads/master 10d70d9d7 -> 1feac380d


[AIRFLOW-112] 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/1feac380
Tree: http://git-wip-us.apache.org/repos/asf/incubator-airflow/tree/1feac380
Diff: http://git-wip-us.apache.org/repos/asf/incubator-airflow/diff/1feac380

Branch: refs/heads/master
Commit: 1feac380d5247e4043b171e01005f8918da3f344
Parents: 10d70d9
Author: Dan Davydov <da...@airbnb.com>
Authored: Fri May 13 13:00:39 2016 -0700
Committer: Dan Davydov <da...@airbnb.com>
Committed: Fri May 13 13:55:06 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/1feac380/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 %}