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