|
|
@@ -222,7 +222,8 @@ class VmUpdateProvider extends VmCreateProvider
|
|
|
}
|
|
|
if ($this->configuration()->isDetailsCombinedView()) {
|
|
|
//virtual interfaces
|
|
|
-// $this->virtualNetworkUpdate();
|
|
|
+ //disabled by Thurdata because we use another networl model in update form
|
|
|
+ //$this->virtualNetworkUpdate();
|
|
|
//IP Set
|
|
|
if ($this->configuration()->isIpsetIpFilter()){
|
|
|
$ipSetFilterService = new IpSetIpFilterService();
|