Эх сурвалжийг харах

finish using console button

andre 4 жил өмнө
parent
commit
6b7e7af4e4

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

@@ -35,7 +35,7 @@ class ConsoleButton extends ButtonDataTableModalAction implements ClientArea
         $this->initIds('consoleButton');
         $this->initIds('consoleButton');
         $this->setDisableByColumnValue("vmid", 0);
         $this->setDisableByColumnValue("vmid", 0);
         if(isAdmin()){
         if(isAdmin()){
-            $url = "admin/clientsservices.php?userid=3&productselect={$this->getWhmcsParamByKey('serviceid')}&mg-action=novncs";
+            $url = "admin/clientsservices.php?userid=3&productselect={$this->getWhmcsParamByKey('serviceid')}&mg-action=novnc";
         } else {
         } else {
             $url = "clientarea.php?action=productdetails&id={$this->getWhmcsParamByKey('serviceid')}&modop=custom&a=management&mg-page=console&mg-action=novnc";
             $url = "clientarea.php?action=productdetails&id={$this->getWhmcsParamByKey('serviceid')}&modop=custom&a=management&mg-page=console&mg-action=novnc";
         }
         }