Преглед изворни кода

try to fix the detailed view

andre пре 4 година
родитељ
комит
95f0c637a9
1 измењених фајлова са 1 додато и 1 уклоњено
  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'])