Эх сурвалжийг харах

try to disable delete button in vmsdatatable

andre 4 жил өмнө
parent
commit
9edf769ded

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

@@ -164,6 +164,15 @@ class VmsDataTable extends DataTable implements ClientArea, AdminArea
         $dataProv->setDefaultSorting("name", 'ASC');
         $dataProv->setData($query);
         $this->setDataProvider($dataProv);
+        
+        logModuleCall(
+            'proxmoxCloud',
+            __FUNCTION__,
+            $this,
+            'Debug',
+            ''
+        );
+
     }
 
     public function isViewFooter()