(Navigation) Moved "Angular Material Elements" outside of the "Components" menu item

This commit is contained in:
Sercan Yemen 2018-06-10 20:27:29 +03:00
parent e79bfb7bce
commit bcf5a9e6cb

View File

@ -550,12 +550,6 @@ export const navigation: FuseNavigation[] = [
title: 'Right Sidebar #4', title: 'Right Sidebar #4',
type : 'item', type : 'item',
url : '/ui/page-layouts/simple/right-sidebar-4' 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', id : 'angular-material-elements',
title : 'Angular Material Elements', title : 'Angular Material Elements',
type : 'collapsable', type : 'group',
icon : 'layers',
children: [ children: [
{ {
id : 'form-controls', id : 'form-controls',
title : 'Form Controls', title : 'Form Controls',
type : 'group', type : 'collapsable',
icon : 'layers',
children: [ children: [
{ {
id : 'autocomplete', id : 'autocomplete',
@ -674,7 +640,8 @@ export const navigation: FuseNavigation[] = [
{ {
id : 'navigation', id : 'navigation',
title : 'Navigation', title : 'Navigation',
type : 'group', type : 'collapsable',
icon : 'layers',
children: [ children: [
{ {
id : 'menu', id : 'menu',
@ -699,7 +666,8 @@ export const navigation: FuseNavigation[] = [
{ {
id : 'layout', id : 'layout',
title : 'Layout', title : 'Layout',
type : 'group', type : 'collapsable',
icon : 'layers',
children: [ children: [
{ {
id : 'badge', id : 'badge',
@ -760,13 +728,20 @@ export const navigation: FuseNavigation[] = [
title: 'Tabs', title: 'Tabs',
type : 'item', type : 'item',
url : '/components/angular-material/tabs' url : '/components/angular-material/tabs'
},
{
id : 'tree',
title: 'Tree',
type : 'item',
url : '/components/angular-material/tree'
} }
] ]
}, },
{ {
id : 'buttons-indicators', id : 'buttons-indicators',
title : 'Buttons & Indicators', title : 'Buttons & Indicators',
type : 'group', type : 'collapsable',
icon : 'layers',
children: [ children: [
{ {
id : 'button', id : 'button',
@ -809,7 +784,8 @@ export const navigation: FuseNavigation[] = [
{ {
id : 'popups-modals', id : 'popups-modals',
title : 'Popups & Modals', title : 'Popups & Modals',
type : 'group', type : 'collapsable',
icon : 'layers',
children: [ children: [
{ {
id : 'dialog', id : 'dialog',
@ -834,7 +810,8 @@ export const navigation: FuseNavigation[] = [
{ {
id : 'data-table', id : 'data-table',
title : 'Data table', title : 'Data table',
type : 'group', type : 'collapsable',
icon : 'layers',
children: [ children: [
{ {
id : 'paginator', id : 'paginator',
@ -855,15 +832,15 @@ export const navigation: FuseNavigation[] = [
url : '/components/angular-material/table' 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', id : 'cards',
title: 'Cards', title: 'Cards',
@ -964,5 +941,27 @@ export const navigation: FuseNavigation[] = [
url : '/components-third-party/google-maps' 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'
}
]
} }
]; ];