소스 검색

try to change edit action to console

andre 4 년 전
부모
커밋
b84eed1c8c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/UI/Vms/Buttons/ManageButton.php

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

@@ -50,7 +50,7 @@ class ManageButton extends ButtonDataTableModalAction implements ClientArea
         );
 
         $this->htmlAttributes['@click.middle'] = 'redirect($event, ' . $this->parseCustomParams() . ', true)';
-        $this->htmlAttributes['@click'] = 'redirect($event, ' . $this->parseCustomParams() . ')';
+        $this->htmlAttributes['@click'] = 'redirect($event, ' . $this->getNoVncConsoleUrl() . ')';
     }
 
     public function setRawUrl($url)