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

move device routes to the usual location

This commit is contained in:
dkanada 2019-03-29 15:07:26 -07:00
parent 450a72792f
commit 3eec1cf2f7
9 changed files with 8 additions and 34 deletions

View file

@ -62,13 +62,13 @@ define([
controller: "dashboardhosting"
});
defineRoute({
path: "/devices/devices.html",
path: "/devices.html",
autoFocus: false,
roles: "admin",
controller: "devices"
});
defineRoute({
path: "/devices/device.html",
path: "/device.html",
autoFocus: false,
roles: "admin",
controller: "device"