Change: handle errored truenas pools (#3815)

This commit is contained in:
shamoon 2024-08-03 17:02:38 -07:00 committed by GitHub
parent 8fba3eee1d
commit 1c5d9ca223
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -25,7 +25,7 @@ const widget = {
healthy: entry.healthy, healthy: entry.healthy,
allocated: entry.allocated, allocated: entry.allocated,
free: entry.free, free: entry.free,
data: entry.topology.data, data: entry.topology?.data ?? [],
})), })),
}, },
}, },