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