Enhancement: use datasets for truenas pools (#4716)

This commit is contained in:
shamoon
2025-02-06 16:12:09 -08:00
committed by GitHub
parent cc6fe63d40
commit 839f6d4baf
3 changed files with 39 additions and 33 deletions

View File

@@ -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",
},
},
};