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:
2026-07-16 11:56:30 -05:00
commit 310b1b3b9e
951 changed files with 17028 additions and 0 deletions

View File

@@ -0,0 +1,53 @@
{
"pages": {
"/": {
"viewPath": "Page/Home"
},
"/alarms": {
"viewPath": "Page/Alarms"
},
"/charts": {
"viewPath": "Page/Charts"
}
},
"sharedDocks": {
"cornerPriority": "top-bottom",
"left": [
{
"anchor": "fixed",
"autoBreakpoint": 768,
"content": "push",
"handle": "hide",
"iconUrl": "",
"id": "menu",
"modal": false,
"resizable": false,
"show": "auto",
"size": 210,
"viewParams": {},
"viewPath": "Docks/Menu"
}
],
"top": [
{
"anchor": "fixed",
"autoBreakpoint": 480,
"content": "push",
"handle": "hide",
"iconUrl": "",
"id": "",
"modal": false,
"resizable": false,
"show": "visible",
"size": 58,
"viewParams": {
"breakpointLarge": "768",
"breakpointMedium": "500",
"params": {},
"path": "Header/Header"
},
"viewPath": "Framework/Breakpoint"
}
]
}
}