forked from b.peck/BAT
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,17 @@
|
||||
{
|
||||
"scope": "G",
|
||||
"version": 1,
|
||||
"restricted": false,
|
||||
"overridable": true,
|
||||
"files": [
|
||||
"view.json",
|
||||
"thumbnail.png"
|
||||
],
|
||||
"attributes": {
|
||||
"lastModificationSignature": "75100c2d87f37a3ad631acaa15d029ffa0386632a5025625bc6475391e0d6ec7",
|
||||
"lastModification": {
|
||||
"actor": "admin",
|
||||
"timestamp": "2026-07-16T16:25:30Z"
|
||||
}
|
||||
}
|
||||
}
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 4.2 KiB |
@@ -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