Skip to content

Commit

Permalink
Change default DAG view from tree view to graph view
Browse files Browse the repository at this point in the history
  • Loading branch information
aoen committed May 13, 2016
1 parent 10d70d9 commit 30608b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airflow/www/templates/airflow/dags.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ <h2>DAGs</h2>
</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 %}
Expand Down

0 comments on commit 30608b8

Please sign in to comment.