Browse Source

try to use console button

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

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

@@ -167,7 +167,7 @@ class VmsDataTable extends DataTable implements ClientArea, AdminArea
         logModuleCall(
             'proxmoxCloud',
             __FUNCTION__,
-            $dataProv->getData(['vmid']),
+            $dataProv->getData()->getRecords(),
             'Debug',
             $dataProv->getData()
         );