andre 4 жил өмнө
parent
commit
90d4cd5fa2

+ 9 - 0
app/UI/VmUpdate/Providers/VmUpdateProvider.php

@@ -316,6 +316,15 @@ class VmUpdateProvider extends VmCreateProvider
         //Update
         $diskIds=[];
         $resizeTask = null;
+
+        logModuleCall(
+            'proxmoxCloud',
+            __FUNCTION__,
+            $this->formData,
+            'Debug',
+            $this->configuration()
+        );
+        
         for ($i = 0; $i <= 20; $i++) {
             if ($this->formData['disks' . $i]) {
                 $id = $this->formData['disks' . $i]['id'];