Separate navigation as the global navigation
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"animateLoading": true,
|
||||
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
|
||||
"bottomRow": 5,
|
||||
"bottomRow": 7,
|
||||
"boxShadow": "none",
|
||||
"buttonVariant": "TERTIARY",
|
||||
"buttonVariant": "PRIMARY",
|
||||
"childStylesheet": {
|
||||
"button": {
|
||||
"buttonColor": "{{appsmith.theme.colors.primaryColor}}"
|
||||
"buttonColor": "#020618"
|
||||
}
|
||||
},
|
||||
"dynamicBindingPathList": [
|
||||
@@ -34,7 +34,7 @@
|
||||
"flexVerticalAlignment": "start",
|
||||
"groupButtons": {
|
||||
"homeBtn": {
|
||||
"buttonColor": "{{appsmith.theme.colors.primaryColor}}",
|
||||
"buttonColor": "#020618",
|
||||
"buttonType": "SIMPLE",
|
||||
"iconName": "home",
|
||||
"id": "homeBtn",
|
||||
@@ -46,7 +46,7 @@
|
||||
"onClick": "{{navigateTo('Home', {}, 'SAME_WINDOW')}}"
|
||||
},
|
||||
"salesMenu": {
|
||||
"buttonColor": "{{appsmith.theme.colors.primaryColor}}",
|
||||
"buttonColor": "#020618",
|
||||
"buttonType": "MENU",
|
||||
"iconName": "trending-up",
|
||||
"id": "salesMenu",
|
||||
@@ -56,9 +56,9 @@
|
||||
"label": "Sales",
|
||||
"menuItems": {
|
||||
"salesOverview": {
|
||||
"backgroundColor": "#FFFFFF",
|
||||
"backgroundColor": "#020618",
|
||||
"iconAlign": "left",
|
||||
"iconColor": "#040627",
|
||||
"iconColor": "#FFFFFF",
|
||||
"iconName": "dashboard",
|
||||
"id": "salesOverview",
|
||||
"index": 0,
|
||||
@@ -66,12 +66,12 @@
|
||||
"isVisible": true,
|
||||
"label": "Overview",
|
||||
"onClick": "{{navigateTo('Sales', {}, 'SAME_WINDOW')}}",
|
||||
"textColor": "#040627"
|
||||
"textColor": "#FFFFFF"
|
||||
},
|
||||
"capacityPlanning": {
|
||||
"backgroundColor": "#FFFFFF",
|
||||
"backgroundColor": "#020618",
|
||||
"iconAlign": "left",
|
||||
"iconColor": "#040627",
|
||||
"iconColor": "#FFFFFF",
|
||||
"iconName": "calendar",
|
||||
"id": "capacityPlanning",
|
||||
"index": 1,
|
||||
@@ -79,12 +79,12 @@
|
||||
"isVisible": true,
|
||||
"label": "Capacity Planning",
|
||||
"onClick": "{{navigateTo('Sales - Capacity Planning', {}, 'SAME_WINDOW')}}",
|
||||
"textColor": "#040627"
|
||||
"textColor": "#FFFFFF"
|
||||
},
|
||||
"unitsShipped": {
|
||||
"backgroundColor": "#FFFFFF",
|
||||
"backgroundColor": "#020618",
|
||||
"iconAlign": "left",
|
||||
"iconColor": "#040627",
|
||||
"iconColor": "#FFFFFF",
|
||||
"iconName": "box",
|
||||
"id": "unitsShipped",
|
||||
"index": 2,
|
||||
@@ -92,12 +92,12 @@
|
||||
"isVisible": true,
|
||||
"label": "Units Shipped",
|
||||
"onClick": "{{navigateTo('Sales - Units Shipped', {}, 'SAME_WINDOW')}}",
|
||||
"textColor": "#040627"
|
||||
"textColor": "#FFFFFF"
|
||||
}
|
||||
}
|
||||
},
|
||||
"marketingBtn": {
|
||||
"buttonColor": "{{appsmith.theme.colors.primaryColor}}",
|
||||
"buttonColor": "#020618",
|
||||
"buttonType": "SIMPLE",
|
||||
"iconName": "megaphone",
|
||||
"id": "marketingBtn",
|
||||
@@ -114,7 +114,7 @@
|
||||
"key": "nav3btngrp",
|
||||
"leftColumn": 0,
|
||||
"minWidth": 450,
|
||||
"mobileBottomRow": 5,
|
||||
"mobileBottomRow": 7,
|
||||
"mobileLeftColumn": 0,
|
||||
"mobileRightColumn": 64,
|
||||
"mobileTopRow": 0,
|
||||
|
||||
Reference in New Issue
Block a user