|
|
@@ -221,17 +221,17 @@ class VmUpdateProvider extends VmCreateProvider
|
|
|
fire(new LxcUpdateEvent($this->vmModel, $this->formData));
|
|
|
}
|
|
|
if ($this->configuration()->isDetailsCombinedView()) {
|
|
|
+/* disabled by Thurdata is case of redisign of the combined view
|
|
|
//virtual interfaces
|
|
|
- //disabled by Thurdata because we use another networl model in update form
|
|
|
- //$this->virtualNetworkUpdate();
|
|
|
+ $this->virtualNetworkUpdate();
|
|
|
//IP Set
|
|
|
if ($this->configuration()->isIpsetIpFilter()){
|
|
|
$ipSetFilterService = new IpSetIpFilterService();
|
|
|
$ipSetFilterService->create();
|
|
|
}
|
|
|
//disks
|
|
|
- //$this->disksUpdate();
|
|
|
-
|
|
|
+ $this->disksUpdate();
|
|
|
+*/
|
|
|
}
|
|
|
$agentEnabled = (new AgentService())->isEnabled();
|
|
|
if($agentEnabled && $this->configuration()->isAgentConfigureNetwork()){
|