mirror of
https://github.com/gethomepage/homepage.git
synced 2026-01-15 13:52:09 +08:00
Enhancement: use datasets for truenas pools (#4716)
This commit is contained in:
@@ -23,11 +23,11 @@ const widget = {
|
||||
id: entry.name,
|
||||
name: entry.name,
|
||||
healthy: entry.healthy,
|
||||
allocated: entry.allocated,
|
||||
free: entry.free,
|
||||
data: entry.topology?.data ?? [],
|
||||
})),
|
||||
},
|
||||
dataset: {
|
||||
endpoint: "pool/dataset",
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user