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