Apply tags to every view #166

Merged
ilia.gurielidze merged 7 commits from beka-2 into main 2025-07-25 07:29:25 +00:00
Showing only changes of commit 6376c5ccbf - Show all commits

View File

@ -640,7 +640,7 @@
},
"transforms": [
{
"expression": "if({this.props.enabled} \u003d false, 3, coalesce({value}, {view.params.forceFaultStatus}, 0))\r\n",
"expression": "if({this.props.enabled} \u003d false, 8, coalesce({value}, {view.params.forceFaultStatus}, 0))\r\n",
"type": "expression"
},
{
@ -648,7 +648,7 @@
"inputType": "scalar",
"mappings": [
{
"input": 2,
"input": 0,
"output": "#00A700"
},
{
@ -656,11 +656,31 @@
"output": "#41E841"
},
{
"input": 0,
"input": 2,
"output": "#41E841"
},
{
"input": 3,
"output": "#41E841"
},
{
"input": 4,
"output": "#00A700"
},
{
"input": 5,
"output": "#41E841"
},
{
"input": 6,
"output": "#41E841"
},
{
"input": 7,
"output": "#41E841"
},
{
"input": 8,
"output": "#7DB17D"
}
],