Sfoglia il codice sorgente

try to fix the detailed view

andre 4 anni fa
parent
commit
17cef55d06
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      app/UI/VmUpdate/Forms/VmUpdateForm.php

+ 1 - 1
app/UI/VmUpdate/Forms/VmUpdateForm.php

@@ -58,7 +58,7 @@ class VmUpdateForm extends  BaseStandaloneFormExtSections implements ClientArea
             $rightSection->addSection((new VirtualInterfaceDataTable())->setMainContainer($this->mainContainer));
             //interfaces
 //            $rightSection->addSection((new NetworkQemuDataTable())->setMainContainer($this->mainContainer));
-//            $this->addSection($rightSection);
+            $this->addSection($rightSection);
         }
         $this->loadDataToForm();
     }