mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-01-10 04:25:08 +00:00
(Navigation) Moved "Angular Material Elements" outside of the "Components" menu item
This commit is contained in:
parent
e79bfb7bce
commit
bcf5a9e6cb
|
@ -550,12 +550,6 @@ export const navigation: FuseNavigation[] = [
|
|||
title: 'Right Sidebar #4',
|
||||
type : 'item',
|
||||
url : '/ui/page-layouts/simple/right-sidebar-4'
|
||||
},
|
||||
{
|
||||
id : 'tabbed-1',
|
||||
title: 'Tabbed #1',
|
||||
type : 'item',
|
||||
url : '/ui/page-layouts/simple/tabbed-1'
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -576,44 +570,16 @@ export const navigation: FuseNavigation[] = [
|
|||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
id : 'services',
|
||||
title : 'Services',
|
||||
type : 'group',
|
||||
icon : 'settings',
|
||||
children: [
|
||||
{
|
||||
id : 'config',
|
||||
title: 'Config',
|
||||
type : 'item',
|
||||
icon : 'settings',
|
||||
url : '/services/config'
|
||||
},
|
||||
{
|
||||
id : 'splash-screen',
|
||||
title: 'Splash Screen',
|
||||
type : 'item',
|
||||
icon : 'settings',
|
||||
url : '/services/splash-screen'
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
id : 'components',
|
||||
title : 'Components',
|
||||
type : 'group',
|
||||
icon : 'settings_input_component',
|
||||
children: [
|
||||
{
|
||||
id : 'angular-material-elements',
|
||||
title : 'Angular Material Elements',
|
||||
type : 'collapsable',
|
||||
icon : 'layers',
|
||||
type : 'group',
|
||||
children: [
|
||||
{
|
||||
id : 'form-controls',
|
||||
title : 'Form Controls',
|
||||
type : 'group',
|
||||
type : 'collapsable',
|
||||
icon : 'layers',
|
||||
children: [
|
||||
{
|
||||
id : 'autocomplete',
|
||||
|
@ -674,7 +640,8 @@ export const navigation: FuseNavigation[] = [
|
|||
{
|
||||
id : 'navigation',
|
||||
title : 'Navigation',
|
||||
type : 'group',
|
||||
type : 'collapsable',
|
||||
icon : 'layers',
|
||||
children: [
|
||||
{
|
||||
id : 'menu',
|
||||
|
@ -699,7 +666,8 @@ export const navigation: FuseNavigation[] = [
|
|||
{
|
||||
id : 'layout',
|
||||
title : 'Layout',
|
||||
type : 'group',
|
||||
type : 'collapsable',
|
||||
icon : 'layers',
|
||||
children: [
|
||||
{
|
||||
id : 'badge',
|
||||
|
@ -760,13 +728,20 @@ export const navigation: FuseNavigation[] = [
|
|||
title: 'Tabs',
|
||||
type : 'item',
|
||||
url : '/components/angular-material/tabs'
|
||||
},
|
||||
{
|
||||
id : 'tree',
|
||||
title: 'Tree',
|
||||
type : 'item',
|
||||
url : '/components/angular-material/tree'
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
id : 'buttons-indicators',
|
||||
title : 'Buttons & Indicators',
|
||||
type : 'group',
|
||||
type : 'collapsable',
|
||||
icon : 'layers',
|
||||
children: [
|
||||
{
|
||||
id : 'button',
|
||||
|
@ -809,7 +784,8 @@ export const navigation: FuseNavigation[] = [
|
|||
{
|
||||
id : 'popups-modals',
|
||||
title : 'Popups & Modals',
|
||||
type : 'group',
|
||||
type : 'collapsable',
|
||||
icon : 'layers',
|
||||
children: [
|
||||
{
|
||||
id : 'dialog',
|
||||
|
@ -834,7 +810,8 @@ export const navigation: FuseNavigation[] = [
|
|||
{
|
||||
id : 'data-table',
|
||||
title : 'Data table',
|
||||
type : 'group',
|
||||
type : 'collapsable',
|
||||
icon : 'layers',
|
||||
children: [
|
||||
{
|
||||
id : 'paginator',
|
||||
|
@ -855,15 +832,15 @@ export const navigation: FuseNavigation[] = [
|
|||
url : '/components/angular-material/table'
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
id : 'tree',
|
||||
title: 'Tree',
|
||||
type : 'item',
|
||||
url : '/components/angular-material/tree'
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
id : 'components',
|
||||
title : 'Components',
|
||||
type : 'group',
|
||||
icon : 'settings_input_component',
|
||||
children: [
|
||||
{
|
||||
id : 'cards',
|
||||
title: 'Cards',
|
||||
|
@ -964,5 +941,27 @@ export const navigation: FuseNavigation[] = [
|
|||
url : '/components-third-party/google-maps'
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
id : 'services',
|
||||
title : 'Services',
|
||||
type : 'group',
|
||||
icon : 'settings',
|
||||
children: [
|
||||
{
|
||||
id : 'config',
|
||||
title: 'Config',
|
||||
type : 'item',
|
||||
icon : 'settings',
|
||||
url : '/services/config'
|
||||
},
|
||||
{
|
||||
id : 'splash-screen',
|
||||
title: 'Splash Screen',
|
||||
type : 'item',
|
||||
icon : 'settings',
|
||||
url : '/services/splash-screen'
|
||||
}
|
||||
]
|
||||
}
|
||||
];
|
||||
|
|
Loading…
Reference in New Issue
Block a user