jedcunningham commented on code in PR #27839:
URL: https://github.com/apache/airflow/pull/27839#discussion_r1029693828
##########
airflow/www/templates/airflow/dags.html:
##########
@@ -319,7 +320,7 @@ <h2>{{ page_title }}</h2>
{% if ds_info.total == 1 -%}
On {{ ds_info.uri[0:40] + '…' if ds_info.uri and
ds_info.uri|length > 40 else ds_info.uri|default('', true) }}
{%- else -%}
- {{ ds_info.ready }} of {{ ds_info.total }} datasets
updated
+ <span class="js-datasets-ready">{{ ds_info.ready
}}</span> of <span class="js-datasets-total">{{ ds_info.total }}</span>
datasets updated
Review Comment:
Are these new classes (`js-datasets-ready` and `js-datasets-total`) actually
used?
--
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]