|
|
@@ -39,13 +39,6 @@ class ManageButton extends ButtonDataTableModalAction implements ClientArea
|
|
|
|
|
|
public function afterInitContent()
|
|
|
{
|
|
|
- logModuleCall(
|
|
|
- 'proxmoxCloud',
|
|
|
- __FUNCTION__,
|
|
|
- $this->parseCustomParams(),
|
|
|
- 'Debug',
|
|
|
- ''
|
|
|
- );
|
|
|
$this->htmlAttributes['@click.middle'] = 'redirect($event, ' . $this->parseCustomParams() . ', true)';
|
|
|
$this->htmlAttributes['@click'] = 'redirect($event, ' . $this->parseCustomParams() . ')';
|
|
|
}
|