andre пре 4 година
родитељ
комит
6f11632088
1 измењених фајлова са 1 додато и 1 уклоњено
  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()
     {
         $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)