1
0

Basic implementation for files app

This commit is contained in:
2022-05-06 23:01:23 +02:00
parent 8abb6d0372
commit 5aa3c495ae
54 changed files with 2381 additions and 94 deletions

View File

@@ -0,0 +1,8 @@
<div id="footer-container" th:fragment="footer">
<hr>
<div>
<span th:text="'nbs-cloud v' + ${nbsVersion}"/>
&nbsp;(<a th:href="@{/changelog.txt}" th:text="#{nbscloud.footer.changelog}" />,
<a th:href="@{/toggleDarkMode}" th:text="#{nbscloud.footer.toggleDarkMode}" />)
</div>
</div>