Skip to content

Commit

Permalink
Add DAG Timeout in UI page "DAG Details" (#14165)
Browse files Browse the repository at this point in the history
  • Loading branch information
jyotidhiman0610 authored Feb 10, 2021
1 parent 92f81da commit 61b6133
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions airflow/www/templates/airflow/dag_details.html
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,10 @@ <h3>{{ title }}</h3>
<th>Owner</th>
<td>{{ dag.owner }}</td>
</tr>
<tr>
<th>DAG Run Timeout</th>
<td>{{ dag.dagrun_timeout }}</td>
</tr>
<tr>
<th>Tags</th>
<td>
Expand Down

0 comments on commit 61b6133

Please sign in to comment.