wilmerdooley commented on code in PR #67664:
URL: https://github.com/apache/airflow/pull/67664#discussion_r3337571119


##########
airflow-core/src/airflow/ui/src/pages/Dashboard/HistoricalMetrics/MetricSection.tsx:
##########
@@ -45,10 +46,12 @@ export const MetricSection = ({
   startDate,
   state,
   total,
+  totalCapped = false,

Review Comment:
   Done, renamed to isCapped. I also moved it into alphabetical position in the 
prop type and the destructure so the perfectionist sort rules stay happy.



##########
airflow-core/src/airflow/ui/src/pages/Dashboard/HistoricalMetrics/DagRunMetrics.tsx:
##########
@@ -54,6 +58,7 @@ export const DagRunMetrics = ({ dagRunStates, endDate, 
startDate, stateCountLimi
             startDate={startDate}
             state={state}
             total={total}
+            totalCapped={isCapped}

Review Comment:
   Done, renamed to isCapped here and in TaskInstanceMetrics, repositioned 
alphabetically to satisfy sort-jsx-props.



-- 
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]

Reply via email to