Merge pull request 'MTN6-125' (#82) from beka-branch-5 into main

Reviewed-on: http://192.168.5.191:3000/LCI/MTN6/pulls/82
This commit is contained in:
GigiMamaladze 2025-05-05 14:07:10 +00:00
commit 91f12f129b

View File

@ -3,7 +3,7 @@
"params": {},
"props": {
"defaultSize": {
"height": 193,
"height": 247,
"width": 1920
}
},
@ -99,48 +99,125 @@
"type": "ia.container.flex"
},
{
"custom": {
"view": "Alarms"
},
"children": [
{
"custom": {
"view": "Alarms"
},
"meta": {
"name": "EmbeddedView"
},
"position": {
"basis": "1850px",
"grow": 1
},
"propConfig": {
"props.path": {
"binding": {
"config": {
"expression": "case({this.custom.view},\r\n\"Alarms\", \"Alarm-Views/AlarmTable\",\r\n\"State\", \"State-Views/State-Table\",\r\n\"Alarm-Views/Docked-Alarm\")"
},
"type": "expr"
}
}
},
"props": {
"loading": {
"order": "with-parent"
},
"params": {
"length_of_table_data": 0
}
},
"scripts": {
"customMethods": [],
"extensionFunctions": null,
"messageHandlers": [
{
"messageType": "change-docked-view",
"pageScope": true,
"script": "\tview \u003d payload[\"data\"]\n\tself.custom.view \u003d view",
"sessionScope": false,
"viewScope": false
}
]
},
"type": "ia.display.view"
},
{
"children": [
{
"meta": {
"name": "ACTIVE"
},
"position": {
"basis": "150px"
},
"props": {
"style": {
"backgroundColor": "#F0F0F0",
"borderStyle": "none",
"color": "#000000"
},
"text": "ACTIVE"
},
"type": "ia.input.button"
},
{
"meta": {
"name": "HIT LIST"
},
"position": {
"basis": "150px"
},
"props": {
"style": {
"backgroundColor": "#F0F0F0",
"borderStyle": "none",
"color": "#000000"
},
"text": "HIT LIST"
},
"type": "ia.input.button"
},
{
"meta": {
"name": "HISTORY"
},
"position": {
"basis": "150px"
},
"props": {
"style": {
"backgroundColor": "#F0F0F0",
"borderStyle": "none",
"color": "#000000"
},
"text": "HISTORY"
},
"type": "ia.input.button"
}
],
"meta": {
"name": "FlexContainer"
},
"position": {
"basis": "300px"
},
"type": "ia.container.flex"
}
],
"meta": {
"name": "EmbeddedView"
"name": "FlexContainer_0"
},
"position": {
"basis": "1850px",
"basis": "200px",
"grow": 1
},
"propConfig": {
"props.path": {
"binding": {
"config": {
"expression": "case({this.custom.view},\r\n\"Alarms\", \"Alarm-Views/AlarmTable\",\r\n\"State\", \"State-Views/State-Table\",\r\n\"Alarm-Views/Docked-Alarm\")"
},
"type": "expr"
}
}
},
"props": {
"loading": {
"order": "with-parent"
},
"params": {
"length_of_table_data": 353
}
"direction": "column"
},
"scripts": {
"customMethods": [],
"extensionFunctions": null,
"messageHandlers": [
{
"messageType": "change-docked-view",
"pageScope": true,
"script": "\tview \u003d payload[\"data\"]\n\tself.custom.view \u003d view",
"sessionScope": false,
"viewScope": false
}
]
},
"type": "ia.display.view"
"type": "ia.container.flex"
}
],
"meta": {