Kaynağa Gözat

try to change edit action to console

andre 4 yıl önce
ebeveyn
işleme
78c7f7a8af
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      app/UI/Vms/Buttons/ConsoleButton.php

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

@@ -31,7 +31,7 @@ class ConsoleButton extends ButtonDataTableModalAction implements ClientArea
 
     public function initContent()
     {
-        $this->initIds('redirectButton');
+        $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)