Browse Source

try to use console button

andre 4 years ago
parent
commit
35a19c1e61
1 changed files with 9 additions and 0 deletions
  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());