Privacy Policy DSGVO with sheets for categories, export-, check- and first erase-functions

This commit is contained in:
2026-08-05 20:34:38 +00:00
parent c9e6438222
commit fc82a28290
19 changed files with 1917 additions and 5 deletions
+8
View File
@@ -82,12 +82,20 @@
<a href="/sync/meshcentral">{{ t('settings.meshcentral', 'MeshCentral') }}</a>
<a href="/settings/software">{{ t('software.settings.menu') }}</a>
<a href="/settings/backup">{{ t('settings.backup', 'Sicherung') }}</a>
<a href="/settings/privacy">{{ t('privacy.menu') }}</a>
<a href="/status-options">{{ t('app.status_values', 'Statuswerte') }}</a>
<a href="/settings/system">{{ t('settings.system_information', 'Systeminformationen') }}</a>
<a href="/settings/translations">{{ t('settings.translations', 'Übersetzungen') }}</a>
<a href="/users">{{ t('users.management', 'Benutzerverwaltung') }}</a>
</div>
</div>
{% else %}
<div class="side-nav-settings">
<a href="/settings/privacy" class="settings-trigger" title="{{ t('app.settings') }}"><span class="nav-icon"></span><span class="nav-label">{{ t('app.settings') }}</span><span class="nav-caret"></span></a>
<div class="settings-hover-menu" role="menu">
<a href="/settings/privacy">{{ t('privacy.menu') }}</a>
</div>
</div>
{% endif %}
</aside>
<main class="app-content">{% block content %}{% endblock %}</main>