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",
|
"ts",
|
||||||
192,
|
192,
|
||||||
1750766217642
|
1750943397562
|
||||||
],
|
],
|
||||||
"$ts": 1750766217641
|
"$ts": 1750943397562
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -251,7 +251,7 @@
|
|||||||
"height": 30,
|
"height": 30,
|
||||||
"mode": "fill"
|
"mode": "fill"
|
||||||
},
|
},
|
||||||
"source": "/system/images/Builtin/amazon_rme_logo.png"
|
"source": null
|
||||||
},
|
},
|
||||||
"type": "ia.display.image"
|
"type": "ia.display.image"
|
||||||
},
|
},
|
||||||
@ -823,7 +823,7 @@
|
|||||||
},
|
},
|
||||||
"transforms": [
|
"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"
|
"type": "script"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
@ -881,6 +881,8 @@
|
|||||||
},
|
},
|
||||||
"type": "ia.display.label"
|
"type": "ia.display.label"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"children": [
|
||||||
{
|
{
|
||||||
"custom": {
|
"custom": {
|
||||||
"covert": true
|
"covert": true
|
||||||
@ -1010,7 +1012,8 @@
|
|||||||
"name": "Label"
|
"name": "Label"
|
||||||
},
|
},
|
||||||
"position": {
|
"position": {
|
||||||
"basis": "50px"
|
"basis": "50px",
|
||||||
|
"shrink": 0
|
||||||
},
|
},
|
||||||
"propConfig": {
|
"propConfig": {
|
||||||
"props.text": {
|
"props.text": {
|
||||||
@ -1031,9 +1034,26 @@
|
|||||||
"color": "#FFFFFF",
|
"color": "#FFFFFF",
|
||||||
"textAlign": "",
|
"textAlign": "",
|
||||||
"textIndent": 10
|
"textIndent": 10
|
||||||
|
},
|
||||||
|
"textStyle": {
|
||||||
|
"lineBreak": "auto"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"type": "ia.display.label"
|
"type": "ia.display.label"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"meta": {
|
||||||
|
"name": "FlexContainer_2"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"basis": "200px"
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"style": {
|
||||||
|
"overflow": "hidden"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.container.flex"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"meta": {
|
"meta": {
|
||||||
@ -1094,6 +1114,7 @@
|
|||||||
"name": "Sign In"
|
"name": "Sign In"
|
||||||
},
|
},
|
||||||
"position": {
|
"position": {
|
||||||
|
"basis": "50px",
|
||||||
"shrink": 0
|
"shrink": 0
|
||||||
},
|
},
|
||||||
"propConfig": {
|
"propConfig": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user