RoyLee1224 commented on code in PR #54049:
URL: https://github.com/apache/airflow/pull/54049#discussion_r2263661303
##########
airflow-core/src/airflow/ui/public/i18n/locales/en/browse.json:
##########
@@ -18,6 +18,16 @@
"key": "Key",
"value": "Value"
},
+ "filters": {
+ "dagFilter": "Filter by Dag ID",
+ "keyFilter": "Filter by XCom key",
+ "logicalDateFrom": "Logical Date From",
+ "logicalDateTo": "Logical Date To",
+ "runAfterFrom": "Run After From",
+ "runAfterTo": "Run After To",
+ "runIdFilter": "Filter by Run ID",
+ "taskIdFilter": "Filter by Task ID"
+ },
Review Comment:
Sure, should I open another PR for regrouping placeholders?
--
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]