This commit is contained in:
beka makharadze 2025-06-24 11:53:52 +04:00
parent 965a4a1e66
commit de67dc9f54
4 changed files with 48 additions and 2 deletions

View File

@ -23,6 +23,10 @@
"/Device-manager": { "/Device-manager": {
"viewPath": "Main-Views/Device-Manager/DeviceManager" "viewPath": "Main-Views/Device-Manager/DeviceManager"
}, },
"/Field_Devices": {
"title": "",
"viewPath": "Simulations/Field_Devices"
},
"/Help": { "/Help": {
"title": "Help", "title": "Help",
"viewPath": "Main-Views/Help" "viewPath": "Main-Views/Help"
@ -145,6 +149,34 @@
"size": 400, "size": 400,
"viewParams": {}, "viewParams": {},
"viewPath": "PopUp-Views/Controller-Equipment/Information-Docked-East-VFD" "viewPath": "PopUp-Views/Controller-Equipment/Information-Docked-East-VFD"
},
{
"anchor": "fixed",
"autoBreakpoint": 480,
"content": "cover",
"handle": "hide",
"iconUrl": "",
"id": "Docked-East-DS",
"modal": false,
"resizable": false,
"show": "onDemand",
"size": 400,
"viewParams": {},
"viewPath": "PopUp-Views/Controller-Equipment/Information-Docked-East-Device-Status"
},
{
"anchor": "fixed",
"autoBreakpoint": 480,
"content": "cover",
"handle": "hide",
"iconUrl": "",
"id": "Docked-East-SNP",
"modal": false,
"resizable": false,
"show": "onDemand",
"size": 150,
"viewParams": {},
"viewPath": "PopUp-Views/Controller-Equipment/Information-Docked-East-StatusNonPowered"
} }
], ],
"top": [ "top": [

View File

@ -3,6 +3,7 @@
"alarm_filter": { "alarm_filter": {
"magnificaiton": "x2", "magnificaiton": "x2",
"orderby": false, "orderby": false,
"show_buttons": true,
"show_camera_jams": true, "show_camera_jams": true,
"show_diagnostic": true, "show_diagnostic": true,
"show_fio": true, "show_fio": true,

View File

@ -100,8 +100,7 @@
"dom": { "dom": {
"onClick": { "onClick": {
"config": { "config": {
"params": {}, "page": "/Field_Devices"
"view": "Simulations/Field_Devices"
}, },
"scope": "C", "scope": "C",
"type": "nav" "type": "nav"

View File

@ -147,6 +147,20 @@
"size": 400, "size": 400,
"viewParams": {}, "viewParams": {},
"viewPath": "PopUp-Views/Controller-Equipment/Information-Docked-East-StatusNonPowered" "viewPath": "PopUp-Views/Controller-Equipment/Information-Docked-East-StatusNonPowered"
},
{
"anchor": "fixed",
"autoBreakpoint": 480,
"content": "cover",
"handle": "hide",
"iconUrl": "",
"id": "Docked-East-DS",
"modal": false,
"resizable": false,
"show": "onDemand",
"size": 400,
"viewParams": {},
"viewPath": "PopUp-Views/Controller-Equipment/Information-Docked-East-Device-Status"
} }
], ],
"top": [ "top": [