Переглянути джерело

try to use console button

andre 4 роки тому
батько
коміт
9b87f3431e
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      app/UI/Vms/Buttons/ConsoleButton.php

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

@@ -36,7 +36,7 @@ class ConsoleButton extends ButtonDataTableModalAction implements ClientArea
         $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 ="clientarea.php?action=productdetails&id={$this->getWhmcsParamByKey('serviceid')}&modop=custom&a=management&mg-page=vm";
         $this->setRawUrl($url)
             ->setRedirectParams(['vm' => ':id']);
     }