Fixed the header texts overlap. Fixed the active alarms showing null error
This commit is contained in:
parent
6ad1847adc
commit
1b4dfeffe2
@ -6,9 +6,9 @@
|
||||
"$": [
|
||||
"ts",
|
||||
192,
|
||||
1750766217642
|
||||
1750943397562
|
||||
],
|
||||
"$ts": 1750766217641
|
||||
"$ts": 1750943397562
|
||||
}
|
||||
}
|
||||
},
|
||||
@ -251,7 +251,7 @@
|
||||
"height": 30,
|
||||
"mode": "fill"
|
||||
},
|
||||
"source": "/system/images/Builtin/amazon_rme_logo.png"
|
||||
"source": null
|
||||
},
|
||||
"type": "ia.display.image"
|
||||
},
|
||||
@ -823,7 +823,7 @@
|
||||
},
|
||||
"transforms": [
|
||||
{
|
||||
"code": "\tdata \u003d value\n\trows \u003d system.dataset.toPyDataSet(data)\n\t\n\ttotal \u003d sum(row[\"Count\"] for row in rows)\n\t\n\treturn total",
|
||||
"code": "\tif value is None or not hasattr(system.dataset, \"toPyDataSet\"):\n\t\treturn \n\t\t\n\trows \u003d system.dataset.toPyDataSet(value)\n\t\n\ttotal \u003d sum(row[\"Count\"] for row in rows)\n\t\n\treturn total",
|
||||
"type": "script"
|
||||
}
|
||||
],
|
||||
@ -881,6 +881,8 @@
|
||||
},
|
||||
"type": "ia.display.label"
|
||||
},
|
||||
{
|
||||
"children": [
|
||||
{
|
||||
"custom": {
|
||||
"covert": true
|
||||
@ -1010,7 +1012,8 @@
|
||||
"name": "Label"
|
||||
},
|
||||
"position": {
|
||||
"basis": "50px"
|
||||
"basis": "50px",
|
||||
"shrink": 0
|
||||
},
|
||||
"propConfig": {
|
||||
"props.text": {
|
||||
@ -1031,9 +1034,26 @@
|
||||
"color": "#FFFFFF",
|
||||
"textAlign": "",
|
||||
"textIndent": 10
|
||||
},
|
||||
"textStyle": {
|
||||
"lineBreak": "auto"
|
||||
}
|
||||
},
|
||||
"type": "ia.display.label"
|
||||
}
|
||||
],
|
||||
"meta": {
|
||||
"name": "FlexContainer_2"
|
||||
},
|
||||
"position": {
|
||||
"basis": "200px"
|
||||
},
|
||||
"props": {
|
||||
"style": {
|
||||
"overflow": "hidden"
|
||||
}
|
||||
},
|
||||
"type": "ia.container.flex"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
@ -1094,6 +1114,7 @@
|
||||
"name": "Sign In"
|
||||
},
|
||||
"position": {
|
||||
"basis": "50px",
|
||||
"shrink": 0
|
||||
},
|
||||
"propConfig": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user