Browse Source

try to disable vmcreate without ressources

andre 4 years ago
parent
commit
bbf4edff3d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/UI/Vms/Pages/VmsDataTable.php

+ 1 - 1
app/UI/Vms/Pages/VmsDataTable.php

@@ -72,7 +72,7 @@ class VmsDataTable extends DataTable implements ClientArea, AdminArea
             logModuleCall(
             logModuleCall(
                 'proxmoxCloud',
                 'proxmoxCloud',
                 __FUNCTION__,
                 __FUNCTION__,
-                $resurceManager->vcpu(),
+                $resurceManager->vcpu,
                 'Debug',
                 'Debug',
                 $resurceManager->disk()->free()
                 $resurceManager->disk()->free()
             );
             );