Parcourir la source

debug additional slider

andre il y a 4 ans
Parent
commit
d84b58f455
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      app/UI/VmUpdate/Sections/Qemu/GeneralSection.php

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

@@ -134,9 +134,9 @@ class GeneralSection extends BaseSection
             logModuleCall(
                 'proxmoxCloud',
                 __FUNCTION__,
-                $vm->getConfig(),
+                $vm->getMasterHardDisk(),
                 'Debug',
-                $this->resourceManager->disk()->getUsed()
+                $vm->getMasterHddSize()
             );
 
         }