mirror of
https://github.com/karl0ss/homepage.git
synced 2025-05-23 14:25:19 +01:00
Change: handle errored truenas pools (#3815)
This commit is contained in:
parent
8fba3eee1d
commit
1c5d9ca223
@ -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…
x
Reference in New Issue
Block a user