Răsfoiți Sursa

try to disable delete button on root disk

andre 4 ani în urmă
părinte
comite
950d59e7f3
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      app/UI/Disk/Pages/DiskDataTable.php

+ 1 - 1
app/UI/Disk/Pages/DiskDataTable.php

@@ -138,7 +138,7 @@ class DiskDataTable extends DataTable implements ClientArea
             logModuleCall(
                 'proxmoxCloud',
                 __FUNCTION__,
-                $entity->getId(),
+                $this->getActionButtons(),
                 'Debug',
                 $entity->getName()
             );