chg: [ACLComponent] Moved DB migration to administration tab
parent
32c94e544d
commit
39f44471e4
|
@ -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' => [
|
||||||
|
|
Loading…
Reference in New Issue