yuseok89 commented on code in PR #70470:
URL: https://github.com/apache/airflow/pull/70470#discussion_r3744096623
##########
airflow-core/src/airflow/ui/public/i18n/locales/en/dags.json:
##########
@@ -24,6 +24,15 @@
"paused": "Paused"
},
"runIdPatternFilter": "Search Dag Runs",
+ "runScope": {
+ "anyTime": "Any time",
+ "in": "in",
+ "last7Days": "Last 7 days",
+ "last24Hours": "Last 24 hours",
+ "last30Days": "Last 30 days",
+ "latestRun": "Latest run"
+ },
+ "runState": "Run state",
Review Comment:
Thanks.
Moved the labels into the shared `common:timeRange` namespace.
Reused the existing `last24Hours` and added the missing
`last7Days`/`last30Days`.
--
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]