mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-13 00:18:50 +00:00
Change: handle errored truenas pools (#3815)
This commit is contained in:
parent
8fba3eee1d
commit
1c5d9ca223
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ const widget = {
|
|||
healthy: entry.healthy,
|
||||
allocated: entry.allocated,
|
||||
free: entry.free,
|
||||
data: entry.topology.data,
|
||||
data: entry.topology?.data ?? [],
|
||||
})),
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue