|
|
@@ -73,8 +73,22 @@ class VmsDataTable extends DataTable implements ClientArea, AdminArea
|
|
|
'proxmoxCloud',
|
|
|
__FUNCTION__,
|
|
|
$resurceManager->vcpus()->free(),
|
|
|
+ 'vcpus',
|
|
|
+ $resurceManager->vcpus()->getMin()
|
|
|
+ );
|
|
|
+ logModuleCall(
|
|
|
+ 'proxmoxCloud',
|
|
|
+ __FUNCTION__,
|
|
|
$resurceManager->memory()->free(),
|
|
|
- $resurceManager->disk()->free()
|
|
|
+ 'memory',
|
|
|
+ $resurceManager->memory()->getMin()
|
|
|
+ );
|
|
|
+ logModuleCall(
|
|
|
+ 'proxmoxCloud',
|
|
|
+ __FUNCTION__,
|
|
|
+ $resurceManager->disk()->free(),
|
|
|
+ 'vcpus',
|
|
|
+ $resurceManager->disk()->getMin()
|
|
|
);
|
|
|
|
|
|
$this->addTitleButton($createButton);
|