Browse Source

try to use console button

andre 4 years ago
parent
commit
459e93a1c1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/UI/Vms/Buttons/ConsoleButton.php

+ 1 - 1
app/UI/Vms/Buttons/ConsoleButton.php

@@ -35,7 +35,7 @@ class ConsoleButton extends ButtonDataTableModalAction implements ClientArea
 //        $this->vmModel = \ModulesGarden\ProxmoxAddon\Core\Helper\sl('Vm')->getVmModel();
         $this->initIds('consoleButton');
         $this->setDisableByColumnValue("vmid", 0);
-//        $url = (new UrlServiceHelper())->getNoVncConsoleUrl();
+        $url = (new UrlServiceHelper())->getNoVncConsoleUrl();
         $url ="clientarea.php?action=productdetails&id={$this->getWhmcsParamByKey('serviceid')}&modop=custom&a=management&mg-page=vm";
         $this->setRawUrl($url)
             ->setRedirectParams(['vm' => ':id']);