chg: [ACLComponent] Moved DB migration to administration tab

pull/67/head
mokaddem 2021-06-28 11:35:31 +02:00
parent 32c94e544d
commit 39f44471e4
1 changed files with 11 additions and 5 deletions

View File

@ -760,7 +760,17 @@ class ACLComponent extends Component
'skipTopMenu' => 1 'skipTopMenu' => 1
] ]
] ]
] ],
'Instance' => [
__('Instance'),
'url' => '/instance/home',
'children' => [
'migration' => [
'url' => '/instance/migrationIndex',
'label' => __('Database migration')
]
]
],
], ],
'Cerebrate' => [ 'Cerebrate' => [
'Roles' => [ 'Roles' => [
@ -794,10 +804,6 @@ class ACLComponent extends Component
'url' => '/instance/home', 'url' => '/instance/home',
'label' => __('Home') 'label' => __('Home')
], ],
'migration' => [
'url' => '/instance/migrationIndex',
'label' => __('Database migration')
]
] ]
], ],
'Users' => [ 'Users' => [