Began Framework start
This commit is contained in:
@@ -0,0 +1,59 @@
|
||||
{
|
||||
"pages": {
|
||||
"/": {
|
||||
"title": "Main Interface",
|
||||
"viewPath": "Page/Interface/Main"
|
||||
},
|
||||
"/demo": {
|
||||
"title": "L2 Linking Demo",
|
||||
"viewPath": "Demo/Main"
|
||||
},
|
||||
"/devices": {
|
||||
"title": "Device List",
|
||||
"viewPath": "Page/Devices/Main"
|
||||
},
|
||||
"/docker": {
|
||||
"title": "Modbus Docker Monitor",
|
||||
"viewPath": "Docker/Main"
|
||||
},
|
||||
"/setup": {
|
||||
"title": "System Setup",
|
||||
"viewPath": "Page/Setup/Main"
|
||||
}
|
||||
},
|
||||
"sharedDocks": {
|
||||
"cornerPriority": "top-bottom",
|
||||
"left": [
|
||||
{
|
||||
"anchor": "fixed",
|
||||
"autoBreakpoint": 480,
|
||||
"content": "push",
|
||||
"handle": "hide",
|
||||
"iconUrl": "",
|
||||
"id": "menu",
|
||||
"modal": false,
|
||||
"resizable": false,
|
||||
"show": "visible",
|
||||
"size": 200,
|
||||
"viewParams": {},
|
||||
"viewPath": "Docks/Menu"
|
||||
}
|
||||
],
|
||||
"top": [
|
||||
{
|
||||
"anchor": "fixed",
|
||||
"autoBreakpoint": 480,
|
||||
"content": "push",
|
||||
"handle": "hide",
|
||||
"iconUrl": "",
|
||||
"id": "",
|
||||
"modal": false,
|
||||
"resizable": false,
|
||||
"show": "visible",
|
||||
"size": 75,
|
||||
"viewParams": {},
|
||||
"viewPath": "Header/Header"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"scope": "G",
|
||||
"version": 1,
|
||||
"restricted": false,
|
||||
"overridable": true,
|
||||
"files": [
|
||||
"config.json"
|
||||
],
|
||||
"attributes": {
|
||||
"lastModificationSignature": "2a47f53f0b109fbbf690612b16f76c39e84d6bbf33e1b72598f6987393c18334",
|
||||
"lastModification": {
|
||||
"actor": "admin",
|
||||
"timestamp": "2026-01-06T15:25:25Z"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user