Change: handle errored truenas pools (#3815)
Some checks failed
Docker / Linting Checks (push) Has been cancelled
Docs / Linting Checks (push) Has been cancelled
Docker / Docker Build & Push (push) Has been cancelled
Docs / Test Build (push) Has been cancelled
Docs / Build & Deploy (push) Has been cancelled

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, healthy: entry.healthy,
allocated: entry.allocated, allocated: entry.allocated,
free: entry.free, free: entry.free,
data: entry.topology.data, data: entry.topology?.data ?? [],
})), })),
}, },
}, },