bbovenzi commented on code in PR #52437:
URL: https://github.com/apache/airflow/pull/52437#discussion_r2177859496
##########
airflow-core/src/airflow/ui/src/pages/DagRuns.tsx:
##########
@@ -289,7 +313,16 @@ export const DagRuns = () => {
))}
</Select.Content>
</Select.Root>
- </Flex>
+
+ <InputGroup startElement={<FiHash size={14} />}>
+ <Input
+ maxW="200px"
+ onChange={handleRunIdChange}
+ placeholder={translate("dags:filters.runIdFilter")}
+ value={filteredRunId ?? ""}
+ />
+ </InputGroup>
Review Comment:
Why don't we use the already existing SearchBar.tsx component? Especially if
we update to to filter by `run_id_pattern`?
--
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]