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": {}, "params": {},
"props": { "props": {
"defaultSize": { "defaultSize": {
"height": 193, "height": 247,
"width": 1920 "width": 1920
} }
}, },
@ -98,6 +98,8 @@
}, },
"type": "ia.container.flex" "type": "ia.container.flex"
}, },
{
"children": [
{ {
"custom": { "custom": {
"view": "Alarms" "view": "Alarms"
@ -124,7 +126,7 @@
"order": "with-parent" "order": "with-parent"
}, },
"params": { "params": {
"length_of_table_data": 353 "length_of_table_data": 0
} }
}, },
"scripts": { "scripts": {
@ -141,6 +143,81 @@
] ]
}, },
"type": "ia.display.view" "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": "FlexContainer_0"
},
"position": {
"basis": "200px",
"grow": 1
},
"props": {
"direction": "column"
},
"type": "ia.container.flex"
} }
], ],
"meta": { "meta": {