bbovenzi commented on a change in pull request #17732:
URL: https://github.com/apache/airflow/pull/17732#discussion_r698349299
##########
File path: airflow/www/templates/airflow/dag.html
##########
@@ -84,8 +84,17 @@ <h4 class="pull-right" style="user-select:
none;-moz-user-select: auto;">
{{ state_token }}
{% endif %}
<a class="label label-default" href="{{ url_for('DagRunModelView.list')
}}?_flt_3_dag_id={{ dag.dag_id }}">
- schedule: {{ dag.schedule_interval }}
+ Schedule: {{ dag.schedule_interval }}
</a>
+ {% if dag_model is defined and dag_model.next_dagrun_create_after is
defined %}
+ <p class="label label-default" style="margin-left: 5px">
+ Next Run: <span id="next-run">{{ dag_model.next_dagrun_create_after
}}</span>
Review comment:
Oh yes, I forgot that we select elements by `<time>` in
`datetime_utils.js`. Fixed.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]