mirror of
https://github.com/unraid/webgui.git
synced 2026-01-06 17:49:58 -06:00
Add cpumigrate field
This commit is contained in:
@@ -1276,6 +1276,7 @@ private static $encoding = 'UTF-8';
|
||||
'maxmem' => $lv->domain_get_memory($res),
|
||||
'password' => '', //TODO?
|
||||
'cpumode' => $lv->domain_get_cpu_type($res),
|
||||
'cpumigrate' => $lv->domain_get_cpu_migrate($res),
|
||||
'vcpus' => $dom['nrVirtCpu'],
|
||||
'vcpu' => $lv->domain_get_vcpu_pins($res),
|
||||
'hyperv' => ($lv->domain_get_feature($res, 'hyperv') ? 1 : 0),
|
||||
|
||||
Reference in New Issue
Block a user