Fixed url.
This commit is contained in:
parent
658d0ff7d9
commit
d4e7accceb
1 changed files with 1 additions and 1 deletions
|
@ -23,5 +23,5 @@ class Index extends App.ControllerContent
|
||||||
)
|
)
|
||||||
@render()
|
@render()
|
||||||
|
|
||||||
App.Config.set( 'Maintenance', { prio: 3600, name: 'Maintenances', parent: '#system', target: '#system/maintenances', controller: Index, role: ['Admin'] }, 'NavBarLevel44' )
|
App.Config.set( 'Maintenance', { prio: 3600, name: 'Maintenance', parent: '#system', target: '#system/maintenance', controller: Index, role: ['Admin'] }, 'NavBarLevel44' )
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue