mirror of
https://github.com/filegator/filegator.git
synced 2025-08-07 19:46:45 +02:00
This commit is contained in:
@@ -4,6 +4,7 @@
|
|||||||
|
|
||||||
* New config: 'guest_redirection' (useful for external auth adapters)
|
* 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)
|
* 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
|
## 7.3.5 - 2020-04-18
|
||||||
|
|
||||||
|
@@ -90,7 +90,7 @@
|
|||||||
:row-class="(row) => 'file-row type-'+row.type"
|
:row-class="(row) => 'file-row type-'+row.type"
|
||||||
:checked-rows.sync="checked"
|
:checked-rows.sync="checked"
|
||||||
:loading="isLoading"
|
:loading="isLoading"
|
||||||
checkable
|
:checkable="can('batchDownload') || can('write') || can('zip')"
|
||||||
>
|
>
|
||||||
<template slot-scope="props">
|
<template slot-scope="props">
|
||||||
<b-table-column :label="lang('Name')" :custom-sort="sortByName" field="data.name" sortable>
|
<b-table-column :label="lang('Name')" :custom-sort="sortByName" field="data.name" sortable>
|
||||||
|
Reference in New Issue
Block a user