Quellcode durchsuchen

change test to slider for disk create

andre vor 4 Jahren
Ursprung
Commit
60ef150110
2 geänderte Dateien mit 1 neuen und 2 gelöschten Zeilen
  1. 0 1
      app/UI/Disk/Buttons/UpdateButton.php
  2. 1 1
      app/UI/Disk/Forms/UpdateForm.php

+ 0 - 1
app/UI/Disk/Buttons/UpdateButton.php

@@ -32,5 +32,4 @@ class UpdateButton extends ButtonDataTableModalAction implements ClientArea
         $this->initIds('updateDiskButton');
         $this->initLoadModalAction(new UpdateModal());
     }
-
 }

+ 1 - 1
app/UI/Disk/Forms/UpdateForm.php

@@ -58,7 +58,7 @@ class UpdateForm extends BaseForm implements ClientArea
         $this->resourceManager = new ResourceManager();
 
         $vm = \ModulesGarden\ProxmoxAddon\Core\Helper\sl('Vm')->getVm();
-        $hdd = $vm->findHardDiskById($this->getRequestValue('actionElementId'));
+//        $hdd = $vm->findHardDiskById($this->getRequestValue('actionElementId'));
 
         logModuleCall(
             'proxmoxCloud',