Change: handle errored truenas pools (#3815)

pull/3826/head
shamoon 4 months ago committed by GitHub
parent 8fba3eee1d
commit 1c5d9ca223
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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 ?? [],
})), })),
}, },
}, },

Loading…
Cancel
Save