This commit is contained in:
b.makharadze 2025-05-05 18:04:07 +04:00
parent b163d5087a
commit fd311444e4

View File

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