Jelajahi Sumber

try to use console button

andre 4 tahun lalu
induk
melakukan
6f11632088
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      app/UI/Vms/Buttons/ConsoleButton.php

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

@@ -43,7 +43,7 @@ class ConsoleButton extends ButtonDataTableModalAction implements ClientArea
     public function afterInitContent()
     public function afterInitContent()
     {
     {
         $this->serviceUrl = new UrlServiceHelper();
         $this->serviceUrl = new UrlServiceHelper();
-//        $this->htmlAttributes['@click'] = "window.open('{$serviceUrl->getNoVncConsoleUrl()}', '', 'width=900,height=700'); return false;";
+        $this->htmlAttributes['@click'] = "window.open('{$this->serviceUrl->getNoVncConsoleUrl()}', '', 'width=900,height=700'); return false;";
     }
     }
 
 
     public function setRawUrl($url)
     public function setRawUrl($url)