Browse Source

try to disable vmcreate without ressources

andre 4 years ago
parent
commit
70ea616af4
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

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