Feat: audit (#2779)

This commit is contained in:
Vlad Stan
2024-11-27 13:06:35 +02:00
committed by GitHub
parent f97f27121a
commit fa8d7c665b
25 changed files with 1331 additions and 8 deletions
+18
View File
@@ -195,6 +195,24 @@
<q-item-label lines="1" v-text="$t('users')"></q-item-label>
</q-item-section>
</q-item>
<q-item
v-if="showAudit"
clickable
tag="a"
href="/audit"
:active="isActive('/audit')"
>
<q-item-section side>
<q-icon
name="playlist_add_check_circle"
:color="isActive('/audit') ? 'primary' : 'grey-5'"
size="md"
></q-icon>
</q-item-section>
<q-item-section>
<q-item-label lines="1" v-text="$t('audit')"></q-item-label>
</q-item-section>
</q-item>
</div>
<q-item
v-if="showExtensions"