Browse Source

try to reenable vmcreate after delete action

andre 4 years ago
parent
commit
4c31311a50
1 changed files with 2 additions and 2 deletions
  1. 2 2
      app/UI/Vms/Pages/VmsDataTable.php

+ 2 - 2
app/UI/Vms/Pages/VmsDataTable.php

@@ -112,8 +112,8 @@ class VmsDataTable extends DataTable implements ClientArea, AdminArea
 
 
             logModuleCall(
             logModuleCall(
                 'proxmoxCloud',
                 'proxmoxCloud',
-                '',
-                $sl("sidebar")->getSidebar("virtualMachinesProxmoxCloudVps")->getChildren(),
+                __FUNCTION__,
+                sl("sidebar")->getSidebar("virtualMachinesProxmoxCloudVps")->getChildren(),
                 'Debug',
                 'Debug',
                 $this
                 $this
             );
             );