1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Convert userParentalControlPage to react

This commit is contained in:
grafixeyehero 2022-01-05 19:43:40 +03:00
parent cf39bc06d1
commit c6966c67f7
8 changed files with 527 additions and 339 deletions

View file

@ -464,7 +464,7 @@ import { appRouter } from '../components/appRouter';
path: 'dashboard/users/userparentalcontrol.html',
autoFocus: false,
roles: 'admin',
controller: 'dashboard/users/userparentalcontrol'
pageComponent: 'UserParentalControl'
});
defineRoute({