mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Rewrite devices page in react
This commit is contained in:
parent
ad053d6656
commit
9c0aa85c46
5 changed files with 212 additions and 0 deletions
|
@ -4,6 +4,7 @@ import { AppType } from 'constants/appType';
|
|||
export const ASYNC_ADMIN_ROUTES: AsyncRoute[] = [
|
||||
{ path: 'activity', type: AppType.Dashboard },
|
||||
{ path: 'branding', type: AppType.Dashboard },
|
||||
{ path: 'devices2', page: 'devices', type: AppType.Dashboard },
|
||||
{ path: 'keys', type: AppType.Dashboard },
|
||||
{ path: 'logs', type: AppType.Dashboard },
|
||||
{ path: 'playback/trickplay', type: AppType.Dashboard },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue