Baseline: docker stack, provisioning tools, test-data, gateway-as-files (pre-PrimeBAT build)
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,135 @@
|
||||
{
|
||||
"custom": {},
|
||||
"params": {},
|
||||
"props": {
|
||||
"defaultSize": {
|
||||
"width": 260
|
||||
}
|
||||
},
|
||||
"root": {
|
||||
"children": [
|
||||
{
|
||||
"meta": {
|
||||
"name": "Features"
|
||||
},
|
||||
"position": {
|
||||
"grow": 1,
|
||||
"shrink": 0
|
||||
},
|
||||
"propConfig": {
|
||||
"props.items[0].style.fontWeight": {
|
||||
"binding": {
|
||||
"config": {
|
||||
"path": "page.props.path"
|
||||
},
|
||||
"transforms": [
|
||||
{
|
||||
"expression": "if ({value} \u003d {this.props.items[0].target}, \"bold\", \"normal\")",
|
||||
"type": "expression"
|
||||
}
|
||||
],
|
||||
"type": "property"
|
||||
}
|
||||
},
|
||||
"props.items[1].style.fontWeight": {
|
||||
"binding": {
|
||||
"config": {
|
||||
"path": "page.props.path"
|
||||
},
|
||||
"transforms": [
|
||||
{
|
||||
"expression": "if ({value} \u003d {this.props.items[1].target}, \"bold\", \"normal\")",
|
||||
"type": "expression"
|
||||
}
|
||||
],
|
||||
"type": "property"
|
||||
}
|
||||
},
|
||||
"props.items[2].style.fontWeight": {
|
||||
"binding": {
|
||||
"config": {
|
||||
"path": "page.props.path"
|
||||
},
|
||||
"transforms": [
|
||||
{
|
||||
"expression": "if ({value} \u003d {this.props.items[2].target}, \"bold\", \"normal\")",
|
||||
"type": "expression"
|
||||
}
|
||||
],
|
||||
"type": "property"
|
||||
}
|
||||
}
|
||||
},
|
||||
"props": {
|
||||
"backActionStyle": {
|
||||
"classes": "Menu/All_Header"
|
||||
},
|
||||
"backActionText": "All Features",
|
||||
"itemStyle": {
|
||||
"classes": "Menu/Item"
|
||||
},
|
||||
"items": [
|
||||
{
|
||||
"items": [],
|
||||
"label": {
|
||||
"icon": {
|
||||
"path": "material/home"
|
||||
},
|
||||
"text": "Home"
|
||||
},
|
||||
"navIcon": {},
|
||||
"showHeader": false,
|
||||
"style": {
|
||||
"classes": ""
|
||||
},
|
||||
"target": "/"
|
||||
},
|
||||
{
|
||||
"items": [],
|
||||
"label": {
|
||||
"icon": {
|
||||
"path": "material/show_chart"
|
||||
},
|
||||
"text": "Charts"
|
||||
},
|
||||
"navIcon": {},
|
||||
"showHeader": false,
|
||||
"style": {
|
||||
"classes": ""
|
||||
},
|
||||
"target": "/charts"
|
||||
},
|
||||
{
|
||||
"items": [],
|
||||
"label": {
|
||||
"icon": {
|
||||
"path": "material/alarm"
|
||||
},
|
||||
"text": "Alarms"
|
||||
},
|
||||
"navIcon": {},
|
||||
"showHeader": false,
|
||||
"style": {
|
||||
"classes": ""
|
||||
},
|
||||
"target": "/alarms"
|
||||
}
|
||||
],
|
||||
"style": {
|
||||
"classes": "Menu/Menu"
|
||||
}
|
||||
},
|
||||
"type": "ia.navigation.menutree"
|
||||
}
|
||||
],
|
||||
"meta": {
|
||||
"name": "root"
|
||||
},
|
||||
"props": {
|
||||
"style": {
|
||||
"classes": "Menu/Menu"
|
||||
}
|
||||
},
|
||||
"type": "ia.container.flex"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user