move quickconnect html to proper location
This commit is contained in:
parent
39a333f17b
commit
7411f96ff9
3 changed files with 3 additions and 2 deletions
|
@ -159,10 +159,11 @@ import 'detailtablecss';
|
|||
});
|
||||
|
||||
defineRoute({
|
||||
path: '/quickconnect.html',
|
||||
alias: '/quickConnect.html',
|
||||
path: '/controllers/dashboard/quickConnect.html',
|
||||
autoFocus: false,
|
||||
roles: 'admin',
|
||||
controller: 'dashboard/quickconnect'
|
||||
controller: 'dashboard/quickConnect'
|
||||
});
|
||||
|
||||
defineRoute({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue