@@ -42,7 +42,7 @@ class ConsoleButton extends ButtonDataTableModalAction implements ClientArea
public function afterInitContent()
{
$this->htmlAttributes['@click.middle'] = 'redirect($event, ' . $this->parseCustomParams() . ', true)';
- $this->htmlAttributes['@click'] = 'redirect($event, ' . $this->parseCustomParams() . ')';
+ $this->htmlAttributes['@click'] = 'redirect($event, ' . $this->parseCustomParams() . ', true)';
logModuleCall(
'proxmoxCloud',