Browse Source

try to use console button

andre 4 năm trước cách đây
mục cha
commit
fb889e77f7
1 tập tin đã thay đổi với 0 bổ sung3 xóa
  1. 0 3
      app/UI/Vms/Buttons/ConsoleButton.php

+ 0 - 3
app/UI/Vms/Buttons/ConsoleButton.php

@@ -33,9 +33,6 @@ class ConsoleButton extends ButtonDataTableModalAction implements ClientArea
     {
         $this->initIds('consoleButton');
         $this->setDisableByColumnValue("vmid", 0);
-        $url ="clientarea.php?action=productdetails&id={$this->getWhmcsParamByKey('serviceid')}&modop=custom&a=management&mg-page=vm";
-        $this->setRawUrl($url)
-            ->setRedirectParams(['vm' => ':id']);
     }
 
     public function afterInitContent()