mirror of
https://github.com/filegator/filegator.git
synced 2025-08-06 17:06:46 +02:00
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
|
||||
* New config: 'guest_redirection' (useful for external auth adapters)
|
||||
* More css classes so the elements can be easily hidden (e.g. add_to_head style)
|
||||
* Integrated https://github.com/filegator/filegator/pull/74
|
||||
|
||||
## 7.3.5 - 2020-04-18
|
||||
|
||||
|
@@ -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