1
0

Small fixes for first test deployment

This commit is contained in:
2022-05-07 14:46:49 +02:00
parent 1a21c7718d
commit 5740479dd7
5 changed files with 11 additions and 9 deletions

View File

@@ -1,4 +0,0 @@
package de.nbscloud.files.task;
public class OrphanedThumbnailCleanup {
}

View File

@@ -5,8 +5,8 @@ info.app.description=A simple web file admin app
# Knob to configure the base dir where files stores and reads files
# Make sure the permissions match
#nbs-cloud.files.baseDir=/home/marius/nbstest
nbs-cloud.files.baseDir=/home/marius
#nbs-cloud.files.baseDir=/opt/nextcloud_data/marius/files
# Knob to configure whether hidden files (e.g. starting with '.' on *NIX)
# will be filtered in the file view

View File

@@ -167,4 +167,8 @@
.menu-spacer {
width: 1em;
}
}
#gallery-link {
text-decoration: none;
}

View File

@@ -28,7 +28,7 @@
</div>
<div class="menu-spacer"></div>
<div>
<a th:href="@{/files/gallery}">
<a id="gallery-link" th:href="@{/files/gallery}">
<span class="icon files-menu-icon">&#xe3b6;</span>
</a>
</div>