andre пре 4 година
родитељ
комит
84f91cf86f
2 измењених фајлова са 3 додато и 10 уклоњено
  1. 0 7
      app/UI/Vms/Buttons/ManageButton.php
  2. 3 3
      app/UI/Vms/Pages/VmsDataTable.php

+ 0 - 7
app/UI/Vms/Buttons/ManageButton.php

@@ -39,13 +39,6 @@ class ManageButton extends ButtonDataTableModalAction implements ClientArea
 
     public function afterInitContent()
     {
-        logModuleCall(
-            'proxmoxCloud',
-            __FUNCTION__,
-            $this->parseCustomParams(),
-            'Debug',
-            ''
-        );
         $this->htmlAttributes['@click.middle'] = 'redirect($event, ' . $this->parseCustomParams() . ', true)';
         $this->htmlAttributes['@click'] = 'redirect($event, ' . $this->parseCustomParams() . ')';
     }

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

@@ -167,11 +167,11 @@ class VmsDataTable extends DataTable implements ClientArea, AdminArea
         logModuleCall(
             'proxmoxCloud',
             __FUNCTION__,
-            $query,
+            $dataProv->getData(['id']),
             'Debug',
-            $dataProv
+            $dataProv->getData()
         );
-        
+
     }
 
     public function isViewFooter()