浏览代码

disable iso selection field

andre 4 年之前
父节点
当前提交
f78deb7352
共有 1 个文件被更改,包括 2 次插入2 次删除
  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',
                     "key"   => 'installationFromIso',
                     "value" => sl('lang')->abtr('Installation From ISO'),
                     "value" => sl('lang')->abtr('Installation From ISO'),
                 ];
                 ];
-            } */
+            }
             if($this->availableValues[0]['key']=="installationFromIso"){
             if($this->availableValues[0]['key']=="installationFromIso"){
                 $this->callBackFunction = 'pcOsTemplateLoadShowIsoFields';
                 $this->callBackFunction = 'pcOsTemplateLoadShowIsoFields';
-            }
+            } */
         }
         }
         if ($this->configuration()->isLxc())
         if ($this->configuration()->isLxc())
         {
         {