@@ -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)