yuseok89 commented on code in PR #67242:
URL: https://github.com/apache/airflow/pull/67242#discussion_r3499638953
##########
airflow-core/src/airflow/ui/src/pages/DagsList/DagsList.tsx:
##########
@@ -299,9 +356,19 @@ export const DagsList = () => {
</Heading>
<DagImportErrors iconOnly />
</HStack>
- {display === "card" ? (
- <SortSelect handleSortChange={handleSortChange} orderBy={orderBy}
/>
- ) : undefined}
+ <HStack>
+ <TimeRangeSelector
+ defaultValue={DEFAULT_HOURS}
+ endDate={endDate}
+ setEndDate={setEndDate}
+ setStartDate={setStartDate}
+ showDateRange={false}
+ startDate={startDate}
Review Comment:
Removed the time range selector and its state. The counts now always reflect
all runs, so your dags should show the counts you'd expect instead of the 0s
from the 24h window.
<img width="1173" height="623" alt="image"
src="https://github.com/user-attachments/assets/d4336768-18ed-419f-9cfe-4703c87a7159"
/>
<img width="1166" height="628" alt="image"
src="https://github.com/user-attachments/assets/5a947308-2d50-41b8-ba8b-e1f418b71a4d"
/>
--
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]