Sfoglia il codice sorgente

try to disable network changes in vm update

andre 3 anni fa
parent
commit
6f6ba85a4c
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      app/UI/VmUpdate/Providers/VmUpdateProvider.php

+ 1 - 1
app/UI/VmUpdate/Providers/VmUpdateProvider.php

@@ -222,7 +222,7 @@ class VmUpdateProvider extends VmCreateProvider
             }
             if ($this->configuration()->isDetailsCombinedView()) {
                 //virtual interfaces
-                $this->virtualNetworkUpdate();
+//                $this->virtualNetworkUpdate();
                 //IP Set
                 if ($this->configuration()->isIpsetIpFilter()){
                     $ipSetFilterService =  new IpSetIpFilterService();