Sfoglia il codice sorgente

disable iso selection field

andre 4 anni fa
parent
commit
f78deb7352
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      app/UI/VmCreate/Fields/OsTemplateSelect.php

+ 2 - 2
app/UI/VmCreate/Fields/OsTemplateSelect.php

@@ -31,10 +31,10 @@ class OsTemplateSelect extends Select implements ClientArea
                     "key"   => 'installationFromIso',
                     "value" => sl('lang')->abtr('Installation From ISO'),
                 ];
-            } */
+            }
             if($this->availableValues[0]['key']=="installationFromIso"){
                 $this->callBackFunction = 'pcOsTemplateLoadShowIsoFields';
-            }
+            } */
         }
         if ($this->configuration()->isLxc())
         {