|
|
|
|
|
|
|
|
import { faCoffee } from '@fortawesome/free-solid-svg-icons'; |
|
|
|
|
|
|
|
|
import { faChartArea, faChartPie, faIdCard, faIdCardAlt, faMoneyCheck, faUniversity, faUserCircle } from '@fortawesome/free-solid-svg-icons'; |
|
|
|
|
|
|
|
|
export const mainMenuItems: any[] = [ |
|
|
export const mainMenuItems: any[] = [ |
|
|
{ |
|
|
{ |
|
|
text: '', |
|
|
text: '', |
|
|
icon: 'menu' |
|
|
|
|
|
|
|
|
fa: faUniversity |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
text: 'SFM', |
|
|
text: 'SFM', |
|
|
icon: 'more-vertical', |
|
|
icon: 'more-vertical', |
|
|
fa: faCoffee, |
|
|
|
|
|
items: [ |
|
|
items: [ |
|
|
{ text: 'Summary', icon: 'calculator', url: './#dashboard'}, |
|
|
|
|
|
|
|
|
{ text: 'Summary', fa: faChartArea, url: './#dashboard'}, |
|
|
{ text: '--', separator: "true" }, |
|
|
{ text: '--', separator: "true" }, |
|
|
{ text: 'Logout', icon: 'logout', url: './#login'}] |
|
|
{ text: 'Logout', icon: 'logout', url: './#login'}] |
|
|
}, |
|
|
}, |
|
|
|
|
|
|
|
|
icon: 'user', |
|
|
icon: 'user', |
|
|
items: [ |
|
|
items: [ |
|
|
{ text: 'Add ', icon: 'plus', url: 'https://google.com.au' }, |
|
|
{ text: 'Add ', icon: 'plus', url: 'https://google.com.au' }, |
|
|
{ text: 'List All', icon: 'table' }, |
|
|
|
|
|
|
|
|
{ text: 'List All', fa: faIdCard }, |
|
|
{ text: '--', separator: "true" }, |
|
|
{ text: '--', separator: "true" }, |
|
|
{ text: 'Search' ,icon: 'search'}, |
|
|
{ text: 'Search' ,icon: 'search'}, |
|
|
{ text: '--', separator: "true" }, |
|
|
{ text: '--', separator: "true" }, |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
{ |
|
|
{ |
|
|
text: 'Brokers', |
|
|
text: 'Brokers', |
|
|
icon: 'user', |
|
|
|
|
|
|
|
|
fa: faUserCircle, |
|
|
items: [ |
|
|
items: [ |
|
|
{ text: 'Add ', icon: 'plus', url: 'https://google.com.au' }, |
|
|
{ text: 'Add ', icon: 'plus', url: 'https://google.com.au' }, |
|
|
{ text: 'List All', icon : 'table' }, |
|
|
|
|
|
|
|
|
{ text: 'List All', fa: faIdCardAlt}, |
|
|
{ text: '--', separator: "true" }, |
|
|
{ text: '--', separator: "true" }, |
|
|
{ text: 'Search' , icon: 'search'}, |
|
|
{ text: 'Search' , icon: 'search'}, |
|
|
{ text: '--', separator: "true" }, |
|
|
{ text: '--', separator: "true" }, |