mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Finish web UI
This commit is contained in:
parent
b43adb7406
commit
fa9e2b476b
12 changed files with 248 additions and 9 deletions
|
@ -72,6 +72,12 @@ define([
|
|||
transition: "fade",
|
||||
controller: "user/subtitles"
|
||||
});
|
||||
defineRoute({
|
||||
path: "/mypreferencesquickconnect.html",
|
||||
autoFocus: false,
|
||||
transition: "fade",
|
||||
controller: "user/quickconnect"
|
||||
});
|
||||
|
||||
defineRoute({
|
||||
path: "/dashboard.html",
|
||||
|
@ -103,6 +109,12 @@ define([
|
|||
roles: "admin",
|
||||
controller: "device"
|
||||
});
|
||||
defineRoute({
|
||||
path: "/quickconnect.html",
|
||||
autoFocus: false,
|
||||
roles: "admin",
|
||||
controller: "quickconnect"
|
||||
});
|
||||
defineRoute({
|
||||
path: "/dlnaprofile.html",
|
||||
autoFocus: false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue