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