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