Selaa lähdekoodia

try disable memory downgrade on running VMs

andre 4 vuotta sitten
vanhempi
commit
6febad1d6d
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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->getMemory()
+            $vm->getStatus()
         );
 
         $field = new Range('memory', $this->resourceManager->memory()->getMin(), $this->resourceManager->memory()->free());