@@ -48,6 +48,15 @@ class GeneralSection extends HalfPageSection
} else {
$rangeField->setMaxValue($this->configuration()->serverDiskSize->max);
}
+
+ logModuleCall(
+ 'proxmoxCloud',
+ __FUNCTION__,
+ $this->resourceManager->disk(),
+ 'Debug',
+ $rangeField
+ );
public function initFields() {