[#215] updated the admin ui to allow displaying private files

This commit is contained in:
Gani Georgiev
2023-04-05 13:23:22 +03:00
parent cd45854792
commit 733d7dacdb
44 changed files with 599 additions and 478 deletions
@@ -90,7 +90,7 @@
<div class="content">
<a
href={ApiClient.getFileUrl(record, filename)}
href={ApiClient.files.getUrl(record, filename)}
class="txt-ellipsis {isDeleted ? 'txt-strikethrough txt-hint' : 'link-primary'}"
title="Download"
target="_blank"