|
|
@@ -63,7 +63,7 @@ class Vm extends AbstractClientController
|
|
|
|
|
|
public function create()
|
|
|
{
|
|
|
- sl("sidebar")->getSidebar("virtualMachinesProxmoxCloudVps")->getChild("vmcreate")->setActive(true);
|
|
|
+ sl("sidebar")->getSidebar("virtualMachinesProxmoxCloudVps")->getChild("vmcreate")->setActive(false);
|
|
|
(new AppParams())->initFromWhmcsParams();
|
|
|
$view = view();
|
|
|
$view->initCustomAssetFiles();
|
|
|
@@ -77,7 +77,7 @@ class Vm extends AbstractClientController
|
|
|
|
|
|
public function update()
|
|
|
{
|
|
|
- sl("sidebar")->getSidebar("virtualMachinesProxmoxCloudVps")->getChild("vmupdate")->setActive(true);
|
|
|
+// sl("sidebar")->getSidebar("virtualMachinesProxmoxCloudVps")->getChild("vmupdate")->setActive(true);
|
|
|
$this->initVm();
|
|
|
(new AppParams())->initFromWhmcsParams();
|
|
|
$this->api();
|