|
|
@@ -130,7 +130,16 @@ class GeneralSection extends BaseSection
|
|
|
$field->setDefaultValue($this->configuration()->serverDiskSize->min);
|
|
|
$field->setDescription('description');
|
|
|
$this->addField($field);
|
|
|
- }
|
|
|
+
|
|
|
+ logModuleCall(
|
|
|
+ 'proxmoxCloud',
|
|
|
+ __FUNCTION__,
|
|
|
+ $this->resourceManager->disk(),
|
|
|
+ 'Debug',
|
|
|
+ $this->configuration()->serverDiskSize
|
|
|
+ );
|
|
|
+
|
|
|
+ }
|
|
|
/**
|
|
|
* @deprecated
|
|
|
//ipv4
|