Skip to content

Commit

Permalink
Remove Edit Button from DagModel View (#11026)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaxil committed Sep 19, 2020
1 parent 9edfcb7 commit 78c3424
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions airflow/www/templates/airflow/dag.html
Expand Up @@ -319,9 +319,6 @@ <h4 class="modal-title" id="dagModalLabel">
</div>
<div class="modal-body">
<form method="POST">
<a id="btn_edit_dagrun" class="btn btn-primary" href="{{ url_for('DagModelView.edit', pk=dag.dag_id) }}">
Edit
</a>
<input type="hidden" name="csrf_token" value="{{ csrf_token() }}"/>
<input name="dag_id" type="hidden" value="{{ dag.dag_id }}">
<input name="execution_date" type="hidden">
Expand Down

0 comments on commit 78c3424

Please sign in to comment.