1
0
Fork 0
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:
grafixeyehero 2021-10-02 16:46:46 +03:00
parent a70c83de3c
commit 20d88e7611
7 changed files with 323 additions and 200 deletions

View file

@ -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({