mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
move quickconnect html to proper location
This commit is contained in:
parent
39a333f17b
commit
7411f96ff9
3 changed files with 3 additions and 2 deletions
|
@ -159,10 +159,11 @@ import 'detailtablecss';
|
||||||
});
|
});
|
||||||
|
|
||||||
defineRoute({
|
defineRoute({
|
||||||
path: '/quickconnect.html',
|
alias: '/quickConnect.html',
|
||||||
|
path: '/controllers/dashboard/quickConnect.html',
|
||||||
autoFocus: false,
|
autoFocus: false,
|
||||||
roles: 'admin',
|
roles: 'admin',
|
||||||
controller: 'dashboard/quickconnect'
|
controller: 'dashboard/quickConnect'
|
||||||
});
|
});
|
||||||
|
|
||||||
defineRoute({
|
defineRoute({
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue