mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-05 08:29:40 +02:00
See #890: added table to list reports
This commit is contained in:
parent
00efe7e854
commit
d7705593a9
5 changed files with 299 additions and 6 deletions
|
@ -93,7 +93,7 @@
|
|||
<router-link
|
||||
v-if="$store.state.auth.availablePermissions['moderation']"
|
||||
class="item"
|
||||
:to="{name: 'manage.moderation.domains.list'}">
|
||||
:to="{name: 'manage.moderation.reports.list'}">
|
||||
<i class="shield icon"></i><translate translate-context="*/Moderation/*">Moderation</translate>
|
||||
<div
|
||||
v-if="$store.state.ui.notifications.pendingReviewReports > 0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue