move strike reasons to admins
All checks were successful
deploy / build-and-deploy (push) Successful in 22s
All checks were successful
deploy / build-and-deploy (push) Successful in 22s
This commit is contained in:
@ -46,13 +46,6 @@ const adminTabs = [
|
||||
href: 'admin/reports',
|
||||
name: 'Reports',
|
||||
icon: 'heroicons:flag',
|
||||
subTabs: [
|
||||
{
|
||||
href: 'admin/reports/reasons',
|
||||
name: 'Strikegründe',
|
||||
icon: 'heroicons:shield-exclamation'
|
||||
}
|
||||
],
|
||||
enabled: session?.permissions.reports
|
||||
},
|
||||
{
|
||||
@ -65,6 +58,13 @@ const adminTabs = [
|
||||
href: 'admin/admins',
|
||||
name: 'Website Admins',
|
||||
icon: 'heroicons:code-bracket-16-solid',
|
||||
subTabs: [
|
||||
{
|
||||
href: 'admin/admins/strike_reasons',
|
||||
name: 'Strikegründe',
|
||||
icon: 'heroicons:shield-exclamation'
|
||||
}
|
||||
],
|
||||
enabled: session?.permissions.admin
|
||||
},
|
||||
{
|
||||
|
Reference in New Issue
Block a user