Explorar o código

Merge branch 'thurdata' of https://git.symbionet.de/andre/whmcsProxmoxVPS into thurdata

root %!s(int64=4) %!d(string=hai) anos
pai
achega
1c0ec24efb
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      app/UI/ServiceInformation/Providers/UpdateProvider.php

+ 2 - 2
app/UI/ServiceInformation/Providers/UpdateProvider.php

@@ -111,7 +111,7 @@ class UpdateProvider extends BaseDataProvider implements ClientArea
             {
                 $this->vm()->updateCdrom($this->formData['iso']);
             }
-            //Boot order
+/*            //Boot order
             $bootOrder = null;
             $order = [];
             for ($i = 0; $i <= 2; $i++)
@@ -129,7 +129,7 @@ class UpdateProvider extends BaseDataProvider implements ClientArea
             }else{
                 $this->vm()->changeBootOrder($bootOrder);
             }
-
+*/
             //sshkeys
             if($this->configuration()->isPermissionSshkeys()){
                 if ($this->formData['sshkeys'])