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