Fixed url.

This commit is contained in:
Martin Edenhofer 2013-08-05 02:04:08 +02:00
parent 658d0ff7d9
commit d4e7accceb

View file

@ -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' )