Browse Source

finish using console button

andre 4 years ago
parent
commit
8c7491a4a6
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

@@ -36,7 +36,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 = BuildUrl::getSelfUrl() . '&mg-action=novnc';
+            $url = BuildUrl::getSelfUrl() . '&mg-action=novncs';
         } 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";
         }
         }