add supported cpu types to node model

This commit is contained in:
2025-04-30 21:20:29 +00:00
parent cd12365336
commit b2360500f2
2 changed files with 16 additions and 0 deletions

View File

@@ -20,6 +20,7 @@ type Node struct {
Swap uint64 `json:"swap"`
Devices map[DeviceBus]*Device `json:"devices"`
Instances map[InstanceID]*Instance `json:"instances"`
Proctypes []string `json:"cpus"`
pvenode *proxmox.Node
}