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

View File

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