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

remove redundant advanced label

This commit is contained in:
dkanada 2019-06-10 15:25:07 -07:00
parent 166c95ea3a
commit e21763dfcd
50 changed files with 50 additions and 175 deletions

View file

@ -58,10 +58,10 @@ define([
roles: "admin"
});
defineRoute({
path: "/dashboardhosting.html",
path: "/networking.html",
autoFocus: false,
roles: "admin",
controller: "dashboardhosting"
controller: "networking"
});
defineRoute({
path: "/devices.html",
@ -334,10 +334,10 @@ define([
controller: "serveractivity"
});
defineRoute({
path: "/serversecurity.html",
path: "/apikeys.html",
autoFocus: false,
roles: "admin",
controller: "serversecurity"
controller: "apikeys"
});
defineRoute({
path: "/streamingsettings.html",