choo121600 commented on code in PR #68038:
URL: https://github.com/apache/airflow/pull/68038#discussion_r3407394401
##########
airflow-core/src/airflow/ui/src/pages/Dashboard/Dashboard.tsx:
##########
@@ -76,17 +86,29 @@ export const Dashboard = () => {
: translate("welcome")}
</Heading>
<Box order={3}>
- <Stats />
+ <TimeRangeSelector
+ defaultValue={defaultHour}
+ endDate={endDate}
+ setEndDate={setEndDate}
+ setStartDate={setStartDate}
+ startDate={startDate}
+ />
Review Comment:
Could the TimeRangeSelector be moved back to its previous location too?
<img width="2124" height="1358" alt="Image"
src="https://github.com/user-attachments/assets/21685df6-63ad-403c-b461-818c7d95cd18"
/>
--
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]