Explorar o código

rry to disable delete button in vmsdatatable

andre %!s(int64=4) %!d(string=hai) anos
pai
achega
9b58448640
Modificáronse 1 ficheiros con 7 adicións e 0 borrados
  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()