Przeglądaj źródła

try to fix the detailed view

andre 4 lat temu
rodzic
commit
95f0c637a9
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      app/UI/VmUpdate/Providers/VmUpdateProvider.php

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

@@ -150,7 +150,7 @@ class VmUpdateProvider extends VmCreateProvider
                 $this->data
             );
     
-            $vm->updateConfig(['boot' => "order=$this->formData['bootDevice']"]);
+            $vm->updateConfig(['boot' => 'order=' . $this->formData['bootDevice']]);
             //sshkeys
             if($this->configuration()->isPermissionSshkeys()){
                 if ($this->formData['sshkeys'])