mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
reimplement page to add server
This commit is contained in:
parent
9222f8b15b
commit
1967d248a7
4 changed files with 80 additions and 3 deletions
|
@ -375,12 +375,12 @@ var Dashboard = {
|
|||
autoFocus: !1,
|
||||
roles: "admin"
|
||||
}), defineRoute({
|
||||
path: "/connectlogin.html",
|
||||
path: "/addserver.html",
|
||||
dependencies: ["emby-button", "emby-input"],
|
||||
autoFocus: !1,
|
||||
anonymous: !0,
|
||||
startup: !0,
|
||||
controller: "scripts/connectlogin"
|
||||
controller: "scripts/addserver"
|
||||
}), defineRoute({
|
||||
path: "/dashboard.html",
|
||||
dependencies: [],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue