Parcourir la source

rry to disable delete button in vmsdatatable

andre il y a 4 ans
Parent
commit
9b58448640
1 fichiers modifiés avec 7 ajouts et 0 suppressions
  1. 7 0
      app/UI/Vms/Pages/VmsDataTable.php

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

@@ -91,6 +91,13 @@ class VmsDataTable extends DataTable implements ClientArea, AdminArea
         }
         //delete
         $this->addActionButton(new DeleteButton());
+        logModuleCall(
+            'proxmoxCloud',
+            __FUNCTION__,
+            $this,
+            'Debug',
+            $row
+        );
     }
 
     protected function loadHtml()