mirror of
https://github.com/filegator/filegator.git
synced 2025-08-06 18:16:41 +02:00
This commit is contained in:
@@ -90,7 +90,7 @@
|
||||
:row-class="(row) => 'file-row type-'+row.type"
|
||||
:checked-rows.sync="checked"
|
||||
:loading="isLoading"
|
||||
checkable
|
||||
:checkable="can('batchDownload') || can('write') || can('zip')"
|
||||
>
|
||||
<template slot-scope="props">
|
||||
<b-table-column :label="lang('Name')" :custom-sort="sortByName" field="data.name" sortable>
|
||||
|
Reference in New Issue
Block a user