Explorar el Código

try disable memory downgrade on running VMs

andre hace 4 años
padre
commit
270d8662df
Se han modificado 1 ficheros con 1 adiciones y 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->config('memory')
+            $vm->config()['memory']
         );
 
         $field = new Range('memory', $this->resourceManager->memory()->getMin(), $this->resourceManager->memory()->free());