forked from geolba/tethys.backend
initial commit
This commit is contained in:
commit
4fc3bb0a01
202 changed files with 41729 additions and 0 deletions
43
resources/js/menu.js
Normal file
43
resources/js/menu.js
Normal file
|
@ -0,0 +1,43 @@
|
|||
import {
|
||||
mdiAccountCircle,
|
||||
mdiMonitor,
|
||||
mdiGithub,
|
||||
mdiAccountKey,
|
||||
mdiAccountEye,
|
||||
mdiAccountGroup,
|
||||
mdiPalette,
|
||||
} from '@mdi/js'
|
||||
|
||||
export default [
|
||||
{
|
||||
route: 'dashboard',
|
||||
icon: mdiMonitor,
|
||||
label: 'Dashboard'
|
||||
},
|
||||
// {
|
||||
// route: 'permission.index',
|
||||
// icon: mdiAccountKey,
|
||||
// label: 'Permissions'
|
||||
// },
|
||||
// {
|
||||
// route: 'role.index',
|
||||
// icon: mdiAccountEye,
|
||||
// label: 'Roles'
|
||||
// },
|
||||
{
|
||||
route: 'user.index',
|
||||
icon: mdiAccountGroup,
|
||||
label: 'Users'
|
||||
},
|
||||
{
|
||||
route: 'role.index',
|
||||
icon: mdiAccountEye,
|
||||
label: 'Roles'
|
||||
},
|
||||
{
|
||||
href: 'https://gitea.geologie.ac.at/geolba/tethys',
|
||||
icon: mdiGithub,
|
||||
label: 'Gitea',
|
||||
target: '_blank'
|
||||
}
|
||||
]
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue