mirror of
https://framagit.org/les/gancio.git
synced 2025-01-31 16:42:22 +01:00
minor on Admin page
This commit is contained in:
parent
18fefaaea9
commit
4dbfebf4be
1 changed files with 3 additions and 2 deletions
|
@ -27,7 +27,7 @@
|
||||||
Places
|
Places
|
||||||
|
|
||||||
//- Cohorts
|
//- Cohorts
|
||||||
v-tab {{$t('common.cohorts')}}
|
v-tab {{$t('common.blobs')}}
|
||||||
v-tab-item
|
v-tab-item
|
||||||
Cohorts
|
Cohorts
|
||||||
|
|
||||||
|
@ -57,15 +57,16 @@
|
||||||
<script>
|
<script>
|
||||||
import { mapState } from 'vuex'
|
import { mapState } from 'vuex'
|
||||||
import { mdiAlert, mdiChevronRight, mdiChevronLeft } from '@mdi/js'
|
import { mdiAlert, mdiChevronRight, mdiChevronLeft } from '@mdi/js'
|
||||||
|
import Settings from '@/components/admin/Settings'
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
name: 'Admin',
|
name: 'Admin',
|
||||||
components: {
|
components: {
|
||||||
|
Settings,
|
||||||
Users: () => import(/* webpackChunkName: "admin" */'../components/admin/Users'),
|
Users: () => import(/* webpackChunkName: "admin" */'../components/admin/Users'),
|
||||||
Events: () => import(/* webpackChunkName: "admin" */'../components/admin/Events'),
|
Events: () => import(/* webpackChunkName: "admin" */'../components/admin/Events'),
|
||||||
Places: () => import(/* webpackChunkName: "admin" */'../components/admin/Places'),
|
Places: () => import(/* webpackChunkName: "admin" */'../components/admin/Places'),
|
||||||
Cohorts: () => import(/* webpackChunkName: "admin" */'../components/admin/Cohorts'),
|
Cohorts: () => import(/* webpackChunkName: "admin" */'../components/admin/Cohorts'),
|
||||||
Settings: () => import('../components/admin/Settings'),
|
|
||||||
Federation: () => import(/* webpackChunkName: "admin" */'../components/admin/Federation.vue'),
|
Federation: () => import(/* webpackChunkName: "admin" */'../components/admin/Federation.vue'),
|
||||||
Moderation: () => import(/* webpackChunkName: "admin" */'../components/admin/Moderation.vue'),
|
Moderation: () => import(/* webpackChunkName: "admin" */'../components/admin/Moderation.vue'),
|
||||||
Announcement: () => import(/* webpackChunkName: "admin" */'../components/admin/Announcement.vue'),
|
Announcement: () => import(/* webpackChunkName: "admin" */'../components/admin/Announcement.vue'),
|
||||||
|
|
Loading…
Reference in a new issue