Explorar o código

try to disable delete button on root disk

andre %!s(int64=4) %!d(string=hai) anos
pai
achega
353b5b099a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      app/UI/Disk/Pages/DiskDataTable.php

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

@@ -135,7 +135,7 @@ class DiskDataTable extends DataTable implements ClientArea
                 "backup" => $entity->getBackup(),
                 "size"   => $entity->getSize(),
                 "bytes"  => $entity->getBytes(),
-                "master" => $rootDisk,
+                "master" => $entity->isMaster(),
             ];
         }
         $dataProv = new ArrayDataProvider();