Browse Source

rry to disable delete button in vmsdatatable

andre 4 years ago
parent
commit
9b58448640
1 changed files with 7 additions and 0 deletions
  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
         //delete
         $this->addActionButton(new DeleteButton());
         $this->addActionButton(new DeleteButton());
+        logModuleCall(
+            'proxmoxCloud',
+            __FUNCTION__,
+            $this,
+            'Debug',
+            $row
+        );
     }
     }
 
 
     protected function loadHtml()
     protected function loadHtml()