Improve instance info page
This commit is contained in:
parent
8fe153c7c1
commit
f45fb56e15
8 changed files with 962 additions and 760 deletions
|
@ -49,9 +49,8 @@ export const router = new VueRouter({
|
|||
{ path: '/instance/emojis', component: page('instance/emojis') },
|
||||
{ path: '/instance/users', component: page('instance/users') },
|
||||
{ path: '/instance/files', component: page('instance/files') },
|
||||
{ path: '/instance/monitor', component: page('instance/monitor') },
|
||||
{ path: '/instance/queue', component: page('instance/queue') },
|
||||
{ path: '/instance/stats', component: page('instance/stats') },
|
||||
{ path: '/instance/settings', component: page('instance/settings') },
|
||||
{ path: '/instance/federation', component: page('instance/federation') },
|
||||
{ path: '/instance/announcements', component: page('instance/announcements') },
|
||||
{ path: '/notes/:note', name: 'note', component: page('note') },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue