1
0
Fork 0
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:
dkanada 2019-01-11 20:36:17 +09:00
parent 9222f8b15b
commit 1967d248a7
4 changed files with 80 additions and 3 deletions

View file

@ -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: [],