Răsfoiți Sursa

try to use console button

andre 4 ani în urmă
părinte
comite
4d1bf4702f
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      app/UI/Vms/Buttons/ConsoleButton.php

+ 1 - 1
app/UI/Vms/Buttons/ConsoleButton.php

@@ -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',