mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-07-10 00:14:38 +00:00
Minor updates to main and proxmox client
This commit is contained in:
parent
19a67dd4f3
commit
13a6f7750c
2 changed files with 4 additions and 0 deletions
|
|
@ -62,3 +62,5 @@ func main() {
|
|||
osExit(1)
|
||||
}
|
||||
}
|
||||
|
||||
// Force rebuild 1769525035
|
||||
|
|
|
|||
|
|
@ -908,6 +908,8 @@ type Storage struct {
|
|||
Active int `json:"active"`
|
||||
Enabled int `json:"enabled"`
|
||||
Shared int `json:"shared"`
|
||||
Nodes string `json:"nodes,omitempty"`
|
||||
Path string `json:"path,omitempty"`
|
||||
Total uint64 `json:"total"`
|
||||
Used uint64 `json:"used"`
|
||||
Available uint64 `json:"avail"`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue