andre 4 år sedan
förälder
incheckning
1c3f8a6a49
1 ändrade filer med 7 tillägg och 0 borttagningar
  1. 7 0
      app/UI/VmCreate/Providers/VmCreateProvider.php

+ 7 - 0
app/UI/VmCreate/Providers/VmCreateProvider.php

@@ -114,6 +114,13 @@ class VmCreateProvider extends BaseModelDataProvider implements ClientArea
                 ->setMessageAndTranslate('You are not able to set :additional_disks_size: GB of the additional disks size. The available size is: :size: GB');
                 ->setMessageAndTranslate('You are not able to set :additional_disks_size: GB of the additional disks size. The available size is: :size: GB');
         }
         }
         //ipv4
         //ipv4
+        logModuleCall(
+            'proxmoxCloud',
+            __FUNCTION__,
+            $this->configuration()->serverIpv4->min,
+            'Debug',
+            $this->countPublicIpv4()
+        );
 /*        
 /*        
         if($this->configuration()->serverIpv4->min &&  $this->configuration()->serverIpv4->min > $this->countPublicIpv4() ){
         if($this->configuration()->serverIpv4->min &&  $this->configuration()->serverIpv4->min > $this->countPublicIpv4() ){
             return (new HtmlDataJsonResponse())
             return (new HtmlDataJsonResponse())