mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Migrate plugin config pages to react-router
This commit is contained in:
parent
20f8f4a745
commit
7fa9b2376c
3 changed files with 65 additions and 9 deletions
|
@ -118,15 +118,6 @@ import { appRouter } from '../components/appRouter';
|
|||
anonymous: true
|
||||
});
|
||||
|
||||
defineRoute({
|
||||
path: '/configurationpage',
|
||||
autoFocus: false,
|
||||
enableCache: false,
|
||||
enableContentQueryString: true,
|
||||
roles: 'admin',
|
||||
serverRequest: true
|
||||
});
|
||||
|
||||
console.groupEnd('defining core routes');
|
||||
|
||||
/* eslint-enable indent */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue