chg: [component:navigation] Added support of home route
parent
67b43635d0
commit
a869faa72b
|
@ -384,11 +384,16 @@ class NavigationComponent extends Component
|
|||
],
|
||||
'Instance' => [
|
||||
'routes' => [
|
||||
'Instance:home' => [
|
||||
'label' => __('Home'),
|
||||
'url' => '/',
|
||||
'icon' => 'home'
|
||||
],
|
||||
'Instance:migrationIndex' => [
|
||||
'label' => __('Database Migration'),
|
||||
'url' => '/instance/migrationIndex',
|
||||
'icon' => 'database'
|
||||
]
|
||||
],
|
||||
]
|
||||
]
|
||||
];
|
||||
|
|
Loading…
Reference in New Issue