Explorar o código

try disable memory downgrade on running VMs

andre %!s(int64=4) %!d(string=hai) anos
pai
achega
57990e5352
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      app/UI/VmUpdate/Sections/Qemu/GeneralSection.php

+ 1 - 1
app/UI/VmUpdate/Sections/Qemu/GeneralSection.php

@@ -131,7 +131,7 @@ class GeneralSection extends BaseSection
             __FUNCTION__,
             $vm->isRunning(),
             'Debug',
-            $vm->getStatus()
+            $vm->status['mem']
         );
 
         $field = new Range('memory', $this->resourceManager->memory()->getMin(), $this->resourceManager->memory()->free());