|
@@ -40,8 +40,17 @@ class ConsoleButton extends ButtonDataTableModalAction implements ClientArea
|
|
|
|
|
|
|
|
public function afterInitContent()
|
|
public function afterInitContent()
|
|
|
{
|
|
{
|
|
|
- $this->htmlAttributes['@click.middle'] = 'open($event, ' . $this->parseCustomParams() . ', true)';
|
|
|
|
|
- $this->htmlAttributes['@click'] = 'open($event, ' . $this->parseCustomParams() . ')';
|
|
|
|
|
|
|
+ $this->htmlAttributes['@click.middle'] = 'redirect($event, ' . $this->parseCustomParams() . ', true)';
|
|
|
|
|
+ $this->htmlAttributes['@click'] = 'redirect($event, ' . $this->parseCustomParams() . ')';
|
|
|
|
|
+
|
|
|
|
|
+ logModuleCall(
|
|
|
|
|
+ 'proxmoxCloud',
|
|
|
|
|
+ __FUNCTION__,
|
|
|
|
|
+ $this->parseCustomParams(),
|
|
|
|
|
+ 'Debug',
|
|
|
|
|
+ $this->htmlAttributes
|
|
|
|
|
+ );
|
|
|
|
|
+
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
public function setRawUrl($url)
|
|
public function setRawUrl($url)
|