Browse Source

try to fix the detailed view

andre 4 năm trước cách đây
mục cha
commit
634b39c36a
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      app/UI/VmUpdate/Providers/VmUpdateProvider.php

+ 1 - 1
app/UI/VmUpdate/Providers/VmUpdateProvider.php

@@ -73,7 +73,7 @@ class VmUpdateProvider extends VmCreateProvider
                 "d" => sl("lang")->tr("CD-ROM"),
                 "n" => sl("lang")->tr("Network"),
             ];
-            if(version_compare($this->api()->getVersion(), "6.3", '>=')
+            if(version_compare($this->api()->getVersion(), "6.2", '>')
             && !in_array("c", (array) $bootOrder )){
                 $cdrom = $vm->cdrom();
                 $nd = $vm->getNetworkDevices();