chg: [component:navigation] Added support of home route

pull/72/head
mokaddem 2021-09-17 13:07:44 +02:00
parent 67b43635d0
commit a869faa72b
1 changed files with 6 additions and 1 deletions

View File

@ -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'
]
],
]
]
];