initial work for repository configuration
This commit is contained in:
parent
8244bdbda1
commit
75504ec8e4
7 changed files with 174 additions and 0 deletions
|
@ -215,6 +215,12 @@ define([
|
|||
roles: 'admin',
|
||||
controller: 'dashboard/plugins/available'
|
||||
});
|
||||
defineRoute({
|
||||
path: '/repositories.html',
|
||||
autoFocus: false,
|
||||
roles: 'admin',
|
||||
controller: 'dashboard/plugins/repositories'
|
||||
});
|
||||
|
||||
defineRoute({
|
||||
path: '/home.html',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue