Files
BAT/ignition/gateway/projects/PrimeBAT/com.inductiveautomation.perspective/page-config/config.json

53 lines
1.1 KiB
JSON

{
"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"
}
]
}
}