소스 검색

try to use console button

andre 4 년 전
부모
커밋
4f79815b9a
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      app/UI/Vms/Buttons/ConsoleButton.php

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

@@ -35,8 +35,8 @@ 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 ="clientarea.php?action=productdetails&id={$this->getWhmcsParamByKey('serviceid')}&modop=custom&a=management&mg-page=vm";
+//        $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']);
     }