chg: [component:navigation] Added support of settings in breadcrumbs
parent
125b5df820
commit
de8ee047f9
|
@ -406,6 +406,11 @@ class NavigationComponent extends Component
|
||||||
'url' => '/',
|
'url' => '/',
|
||||||
'icon' => 'home'
|
'icon' => 'home'
|
||||||
],
|
],
|
||||||
|
'Instance:settings' => [
|
||||||
|
'label' => __('Settings'),
|
||||||
|
'url' => '/instance/settings',
|
||||||
|
'icon' => 'cogs'
|
||||||
|
],
|
||||||
'Instance:migrationIndex' => [
|
'Instance:migrationIndex' => [
|
||||||
'label' => __('Database Migration'),
|
'label' => __('Database Migration'),
|
||||||
'url' => '/instance/migrationIndex',
|
'url' => '/instance/migrationIndex',
|
||||||
|
|
Loading…
Reference in New Issue