Explorar el Código

try to use console button

andre hace 4 años
padre
commit
35a19c1e61
Se han modificado 1 ficheros con 9 adiciones y 0 borrados
  1. 9 0
      app/UI/Vms/Pages/VmsDataTable.php

+ 9 - 0
app/UI/Vms/Pages/VmsDataTable.php

@@ -86,6 +86,15 @@ class VmsDataTable extends DataTable implements ClientArea, AdminArea
             //edit
             $this->addActionButton(new ConsoleButton());
             $this->addActionButton(new ManageButton());
+
+            logModuleCall(
+                'proxmoxCloud',
+                __FUNCTION__,
+                $this,
+                'Debug',
+                $this->buttons
+            );
+            
         }
         //delete
         $this->addActionButton(new DeleteButton());