Pre Merge pull request !145 from 曹真珲/develop
commit
fc072cf112
|
@ -72,6 +72,13 @@ import {
|
||||||
faClock,
|
faClock,
|
||||||
faCodeBranch,
|
faCodeBranch,
|
||||||
faCog,
|
faCog,
|
||||||
|
faCogs,
|
||||||
|
faTv,
|
||||||
|
faIndustry,
|
||||||
|
faBuilding,
|
||||||
|
faEye,
|
||||||
|
faTachometerAlt,
|
||||||
|
faFolder,
|
||||||
faComments,
|
faComments,
|
||||||
faCopy,
|
faCopy,
|
||||||
faCrown,
|
faCrown,
|
||||||
|
@ -86,7 +93,6 @@ import {
|
||||||
faExclamationCircle,
|
faExclamationCircle,
|
||||||
faExclamationTriangle,
|
faExclamationTriangle,
|
||||||
faExternalLinkAlt,
|
faExternalLinkAlt,
|
||||||
faEye,
|
|
||||||
faFileAlt,
|
faFileAlt,
|
||||||
faFileArchive,
|
faFileArchive,
|
||||||
faFilePdf,
|
faFilePdf,
|
||||||
|
@ -125,6 +131,7 @@ import {
|
||||||
faSearch,
|
faSearch,
|
||||||
faShare,
|
faShare,
|
||||||
faShareAlt,
|
faShareAlt,
|
||||||
|
faShoppingBag,
|
||||||
faShoppingCart,
|
faShoppingCart,
|
||||||
faSignInAlt,
|
faSignInAlt,
|
||||||
faSlidersH,
|
faSlidersH,
|
||||||
|
@ -216,6 +223,7 @@ library.add(
|
||||||
faFilter,
|
faFilter,
|
||||||
faExternalLinkAlt,
|
faExternalLinkAlt,
|
||||||
faCartPlus,
|
faCartPlus,
|
||||||
|
faShoppingBag,
|
||||||
faShoppingCart,
|
faShoppingCart,
|
||||||
faStar,
|
faStar,
|
||||||
faStarHalfAlt,
|
faStarHalfAlt,
|
||||||
|
@ -226,6 +234,12 @@ library.add(
|
||||||
faReply,
|
faReply,
|
||||||
faLocationArrow,
|
faLocationArrow,
|
||||||
faCog,
|
faCog,
|
||||||
|
faCogs,
|
||||||
|
faTv,
|
||||||
|
faIndustry,
|
||||||
|
faBuilding,
|
||||||
|
faTachometerAlt,
|
||||||
|
faFolder,
|
||||||
faPaperclip,
|
faPaperclip,
|
||||||
faImage,
|
faImage,
|
||||||
faEllipsisV,
|
faEllipsisV,
|
||||||
|
|
|
@ -312,13 +312,13 @@ export const dashboardRoutes = {
|
||||||
name: 'Dashboard',
|
name: 'Dashboard',
|
||||||
to: '/dashboard',
|
to: '/dashboard',
|
||||||
exact: true,
|
exact: true,
|
||||||
icon: 'chart-pie'
|
icon: 'tachometer-alt'
|
||||||
};
|
};
|
||||||
|
|
||||||
export const spaceRoutes = {
|
export const spaceRoutes = {
|
||||||
name: 'Space Data',
|
name: 'Space Data',
|
||||||
to: '/space',
|
to: '/space',
|
||||||
icon: 'chart-pie',
|
icon: 'building',
|
||||||
exact: true,
|
exact: true,
|
||||||
children: [
|
children: [
|
||||||
{ to: '/space/energycategory', name: 'Energy Category Data' },
|
{ to: '/space/energycategory', name: 'Energy Category Data' },
|
||||||
|
@ -336,7 +336,7 @@ export const spaceRoutes = {
|
||||||
export const equipmentRoutes = {
|
export const equipmentRoutes = {
|
||||||
name: 'Equipment Data',
|
name: 'Equipment Data',
|
||||||
to: '/equipment',
|
to: '/equipment',
|
||||||
icon: 'chart-pie',
|
icon: 'cog',
|
||||||
children: [
|
children: [
|
||||||
{ to: '/equipment/energycategory', name: 'Energy Category Data' },
|
{ to: '/equipment/energycategory', name: 'Energy Category Data' },
|
||||||
{ to: '/equipment/energyitem', name: 'Energy Item Data' },
|
{ to: '/equipment/energyitem', name: 'Energy Item Data' },
|
||||||
|
@ -376,7 +376,7 @@ export const meterRoutes = {
|
||||||
export const tenantRoutes = {
|
export const tenantRoutes = {
|
||||||
name: 'Tenant Data',
|
name: 'Tenant Data',
|
||||||
to: '/tenant',
|
to: '/tenant',
|
||||||
icon: 'chart-pie',
|
icon: 'user',
|
||||||
children: [
|
children: [
|
||||||
{ to: '/tenant/energycategory', name: 'Energy Category Data' },
|
{ to: '/tenant/energycategory', name: 'Energy Category Data' },
|
||||||
{ to: '/tenant/energyitem', name: 'Energy Item Data' },
|
{ to: '/tenant/energyitem', name: 'Energy Item Data' },
|
||||||
|
@ -392,7 +392,7 @@ export const tenantRoutes = {
|
||||||
export const storeRoutes = {
|
export const storeRoutes = {
|
||||||
name: 'Store Data',
|
name: 'Store Data',
|
||||||
to: '/store',
|
to: '/store',
|
||||||
icon: 'chart-pie',
|
icon: 'shopping-bag',
|
||||||
children: [
|
children: [
|
||||||
{ to: '/store/energycategory', name: 'Energy Category Data' },
|
{ to: '/store/energycategory', name: 'Energy Category Data' },
|
||||||
{ to: '/store/energyitem', name: 'Energy Item Data' },
|
{ to: '/store/energyitem', name: 'Energy Item Data' },
|
||||||
|
@ -407,7 +407,7 @@ export const storeRoutes = {
|
||||||
export const shopfloorRoutes = {
|
export const shopfloorRoutes = {
|
||||||
name: 'Shopfloor Data',
|
name: 'Shopfloor Data',
|
||||||
to: '/shopfloor',
|
to: '/shopfloor',
|
||||||
icon: 'chart-pie',
|
icon: 'industry',
|
||||||
children: [
|
children: [
|
||||||
{ to: '/shopfloor/energycategory', name: 'Energy Category Data' },
|
{ to: '/shopfloor/energycategory', name: 'Energy Category Data' },
|
||||||
{ to: '/shopfloor/energyitem', name: 'Energy Item Data' },
|
{ to: '/shopfloor/energyitem', name: 'Energy Item Data' },
|
||||||
|
@ -422,7 +422,7 @@ export const shopfloorRoutes = {
|
||||||
export const combinedEquipmentRoutes = {
|
export const combinedEquipmentRoutes = {
|
||||||
name: 'Combined Equipment Data',
|
name: 'Combined Equipment Data',
|
||||||
to: '/combinedequipment',
|
to: '/combinedequipment',
|
||||||
icon: 'chart-pie',
|
icon: 'cogs',
|
||||||
children: [
|
children: [
|
||||||
{ to: '/combinedequipment/energycategory', name: 'Energy Category Data' },
|
{ to: '/combinedequipment/energycategory', name: 'Energy Category Data' },
|
||||||
{ to: '/combinedequipment/energyitem', name: 'Energy Item Data' },
|
{ to: '/combinedequipment/energyitem', name: 'Energy Item Data' },
|
||||||
|
@ -440,7 +440,7 @@ export const combinedEquipmentRoutes = {
|
||||||
export const auxiliarySystemRoutes = {
|
export const auxiliarySystemRoutes = {
|
||||||
name: 'Auxiliary System',
|
name: 'Auxiliary System',
|
||||||
to: '/auxiliarysystem',
|
to: '/auxiliarysystem',
|
||||||
icon: 'chart-pie',
|
icon: 'tv',
|
||||||
children: [
|
children: [
|
||||||
{ to: '/auxiliarysystem/energyflowdiagram', name: 'Energy Flow Diagram' },
|
{ to: '/auxiliarysystem/energyflowdiagram', name: 'Energy Flow Diagram' },
|
||||||
{ to: '/auxiliarysystem/distributionsystem', name: 'Distribution System' }
|
{ to: '/auxiliarysystem/distributionsystem', name: 'Distribution System' }
|
||||||
|
@ -464,7 +464,7 @@ export const fddRoutes = {
|
||||||
export const monitoringRoutes = {
|
export const monitoringRoutes = {
|
||||||
name: 'Monitoring',
|
name: 'Monitoring',
|
||||||
to: '/monitoring',
|
to: '/monitoring',
|
||||||
icon: 'chart-pie',
|
icon: 'eye',
|
||||||
children: [
|
children: [
|
||||||
{ to: '/monitoring/spaceequipments', name: 'Space Equipments' },
|
{ to: '/monitoring/spaceequipments', name: 'Space Equipments' },
|
||||||
{ to: '/monitoring/combinedequipments', name: 'Combined Equipments' },
|
{ to: '/monitoring/combinedequipments', name: 'Combined Equipments' },
|
||||||
|
@ -485,7 +485,7 @@ export const knowledgeBaseRoutes = {
|
||||||
name: 'Knowledge Base',
|
name: 'Knowledge Base',
|
||||||
to: '/knowledgebase',
|
to: '/knowledgebase',
|
||||||
exact: true,
|
exact: true,
|
||||||
icon: 'book'
|
icon: 'folder'
|
||||||
};
|
};
|
||||||
|
|
||||||
export default [
|
export default [
|
||||||
|
|
Loading…
Reference in New Issue