فهرست منبع

IP problem was in product configuration

andre 4 سال پیش
والد
کامیت
a4742425ea
1فایلهای تغییر یافته به همراه0 افزوده شده و 9 حذف شده
  1. 0 9
      app/UI/VmCreate/Providers/VmCreateProvider.php

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

@@ -114,20 +114,11 @@ 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');
         }
         //ipv4
-        logModuleCall(
-            'proxmoxCloud',
-            __FUNCTION__,
-            $this->configuration()->serverIpv4->min,
-            'Debug',
-            $this->countPublicIpv4()
-        );
-/*        
         if($this->configuration()->serverIpv4->min &&  $this->configuration()->serverIpv4->min > $this->countPublicIpv4() ){
             return (new HtmlDataJsonResponse())
                 ->setStatusError()
                 ->setMessageAndTranslate('Select the Virtual Network with IPv4 address');
         }
- */
         $this->vmModel = new VmModel();
         $this->fillVmModel();
         if($this->vmTemplate instanceof  Kvm){