ソースを参照

rry to disable delete button in vmsdatatable

andre 4 年 前
コミット
9b58448640
1 ファイル変更7 行追加0 行削除
  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()