Explorar o código

additional slider

andre %!s(int64=4) %!d(string=hai) anos
pai
achega
aa85bec251
Modificáronse 1 ficheiros con 9 adicións e 0 borrados
  1. 9 0
      app/UI/VmUpdate/Sections/Qemu/GeneralSection.php

+ 9 - 0
app/UI/VmUpdate/Sections/Qemu/GeneralSection.php

@@ -132,6 +132,15 @@ class GeneralSection extends BaseSection
                     $field->setDefaultValue($disk->getSize());
                     $field->setDescription('description');
                     $this->addField($field);
+
+                    logModuleCall(
+                        'proxmoxCloud',
+                        __FUNCTION__,
+                        $disk->getName(),
+                        'Debug',
+                        $disk->getSize()
+                    );
+
                 }
             }
         }