jscheffl commented on code in PR #52437:
URL: https://github.com/apache/airflow/pull/52437#discussion_r2180812308
##########
airflow-core/src/airflow/ui/public/i18n/locales/en/dags.json:
##########
@@ -13,7 +13,8 @@
"active": "Active",
"all": "All",
"paused": "Paused"
- }
+ },
+ "runIdPatternFilter": "Add run_id filter"
Review Comment:
Can we add a tooltip or similar that helps the user to know that "%" is the
wildcard? Else user probably does not know or attempts to use "*".
--
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]