Soot3 commented on code in PR #48442:
URL: https://github.com/apache/airflow/pull/48442#discussion_r2025503315
##########
airflow-core/src/airflow/ui/src/pages/Pools/Pools.tsx:
##########
@@ -60,11 +71,16 @@ export const Pools = () => {
<AddPoolButton />
</HStack>
<Box mt={4}>
- {isLoading ? (
- <Skeleton height="100px" />
- ) : (
- data?.pools.map((pool) => <PoolBar key={pool.name} pool={pool} />)
- )}
+ <DataTable
Review Comment:
okay. made the requested changes using the asset events structure.
--
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]