andre 4 лет назад
Родитель
Сommit
6b7e7af4e4
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      app/UI/Vms/Buttons/ConsoleButton.php

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

@@ -35,7 +35,7 @@ class ConsoleButton extends ButtonDataTableModalAction implements ClientArea
         $this->initIds('consoleButton');
         $this->setDisableByColumnValue("vmid", 0);
         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 {
             $url = "clientarea.php?action=productdetails&id={$this->getWhmcsParamByKey('serviceid')}&modop=custom&a=management&mg-page=console&mg-action=novnc";
         }