mirror of
https://github.com/nicotsx/ironmount.git
synced 2025-12-10 12:10:51 +01:00
feat: volume stats & charts
This commit is contained in:
@@ -103,9 +103,9 @@ export const deleteVolumeDto = describeRoute({
|
||||
const getVolumeResponse = type({
|
||||
volume: volumeSchema,
|
||||
statfs: type({
|
||||
total: "number",
|
||||
used: "number",
|
||||
free: "number",
|
||||
total: "number = 0",
|
||||
used: "number = 0",
|
||||
free: "number = 0",
|
||||
}),
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user