|
@@ -70,9 +70,9 @@ class VmsDataTable extends DataTable implements ClientArea, AdminArea
|
|
|
logModuleCall(
|
|
logModuleCall(
|
|
|
'proxmoxCloud',
|
|
'proxmoxCloud',
|
|
|
__FUNCTION__,
|
|
__FUNCTION__,
|
|
|
- $resurceManager,
|
|
|
|
|
|
|
+ $resurceManager->vcpus()->free(),
|
|
|
'Debug',
|
|
'Debug',
|
|
|
- sl("sidebar")->getSidebar("virtualMachinesProxmoxCloudVps")->getChild("vmcreate")
|
|
|
|
|
|
|
+ $resurceManager->disk()->free()
|
|
|
);
|
|
);
|
|
|
|
|
|
|
|
//deaktivate createVM Button in case of lack of ressources
|
|
//deaktivate createVM Button in case of lack of ressources
|