move device routes to the usual location
This commit is contained in:
parent
450a72792f
commit
3eec1cf2f7
9 changed files with 8 additions and 34 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue