mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
convert UserProfilesPage to react
This commit is contained in:
parent
a70c83de3c
commit
20d88e7611
7 changed files with 323 additions and 200 deletions
|
@ -479,7 +479,7 @@ import { appRouter } from '../components/appRouter';
|
|||
path: 'dashboard/users/userprofiles.html',
|
||||
autoFocus: false,
|
||||
roles: 'admin',
|
||||
controller: 'dashboard/users/userprofilespage'
|
||||
pageComponent: 'UserProfilesPage'
|
||||
});
|
||||
|
||||
defineRoute({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue