Merge pull request #8546 from ArtemDzhereleiko/AD/bug-fix/api-usage-fill-color
Fixed Api usage widget fill color
This commit is contained in:
commit
4733fcec5a
@ -32,8 +32,8 @@
|
|||||||
"units": null,
|
"units": null,
|
||||||
"decimals": null,
|
"decimals": null,
|
||||||
"funcBody": null,
|
"funcBody": null,
|
||||||
"usePostProcessing": null,
|
"usePostProcessing": true,
|
||||||
"postFuncBody": null
|
"postFuncBody": "return value ? value : 'ENABLED';"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "jsExecutionLimit",
|
"name": "jsExecutionLimit",
|
||||||
@ -72,7 +72,7 @@
|
|||||||
"decimals": null,
|
"decimals": null,
|
||||||
"funcBody": null,
|
"funcBody": null,
|
||||||
"usePostProcessing": true,
|
"usePostProcessing": true,
|
||||||
"postFuncBody": "return value ? value.toLowerCase() : '';"
|
"postFuncBody": "return value ? value.toLowerCase() : 'enabled';"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "jsExecutionApiState",
|
"name": "jsExecutionApiState",
|
||||||
@ -190,8 +190,8 @@
|
|||||||
"units": null,
|
"units": null,
|
||||||
"decimals": null,
|
"decimals": null,
|
||||||
"funcBody": null,
|
"funcBody": null,
|
||||||
"usePostProcessing": null,
|
"usePostProcessing": true,
|
||||||
"postFuncBody": null
|
"postFuncBody": "return value ? value : 'ENABLED';"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "storageDataPointsLimit",
|
"name": "storageDataPointsLimit",
|
||||||
@ -230,7 +230,7 @@
|
|||||||
"decimals": null,
|
"decimals": null,
|
||||||
"funcBody": null,
|
"funcBody": null,
|
||||||
"usePostProcessing": true,
|
"usePostProcessing": true,
|
||||||
"postFuncBody": "return value ? value.toLowerCase() : '';"
|
"postFuncBody": "return value ? value.toLowerCase() : 'enabled';"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "dbApiState",
|
"name": "dbApiState",
|
||||||
@ -348,8 +348,8 @@
|
|||||||
"units": null,
|
"units": null,
|
||||||
"decimals": null,
|
"decimals": null,
|
||||||
"funcBody": null,
|
"funcBody": null,
|
||||||
"usePostProcessing": null,
|
"usePostProcessing": true,
|
||||||
"postFuncBody": null
|
"postFuncBody": "return value ? value : 'ENABLED';"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "ruleEngineExecutionLimit",
|
"name": "ruleEngineExecutionLimit",
|
||||||
@ -388,7 +388,7 @@
|
|||||||
"decimals": null,
|
"decimals": null,
|
||||||
"funcBody": null,
|
"funcBody": null,
|
||||||
"usePostProcessing": true,
|
"usePostProcessing": true,
|
||||||
"postFuncBody": "return value ? value.toLowerCase() : '';"
|
"postFuncBody": "return value ? value.toLowerCase() : 'enabled';"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "ruleEngineApiState",
|
"name": "ruleEngineApiState",
|
||||||
@ -516,8 +516,8 @@
|
|||||||
"units": null,
|
"units": null,
|
||||||
"decimals": null,
|
"decimals": null,
|
||||||
"funcBody": null,
|
"funcBody": null,
|
||||||
"usePostProcessing": null,
|
"usePostProcessing": true,
|
||||||
"postFuncBody": null
|
"postFuncBody": "return value ? value : 'ENABLED';"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "transportMsgLimit",
|
"name": "transportMsgLimit",
|
||||||
@ -556,7 +556,7 @@
|
|||||||
"decimals": null,
|
"decimals": null,
|
||||||
"funcBody": null,
|
"funcBody": null,
|
||||||
"usePostProcessing": true,
|
"usePostProcessing": true,
|
||||||
"postFuncBody": "return value ? value.toLowerCase() : '';"
|
"postFuncBody": "return value ? value.toLowerCase() : 'enabled';"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "transportApiState",
|
"name": "transportApiState",
|
||||||
@ -687,8 +687,8 @@
|
|||||||
"units": null,
|
"units": null,
|
||||||
"decimals": null,
|
"decimals": null,
|
||||||
"funcBody": null,
|
"funcBody": null,
|
||||||
"usePostProcessing": null,
|
"usePostProcessing": true,
|
||||||
"postFuncBody": null
|
"postFuncBody": "return value ? value : 'ENABLED';"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "createdAlarmsLimit",
|
"name": "createdAlarmsLimit",
|
||||||
@ -727,7 +727,7 @@
|
|||||||
"decimals": null,
|
"decimals": null,
|
||||||
"funcBody": null,
|
"funcBody": null,
|
||||||
"usePostProcessing": true,
|
"usePostProcessing": true,
|
||||||
"postFuncBody": "return value ? value.toLowerCase() : '';"
|
"postFuncBody": "return value ? value.toLowerCase() : 'enabled';"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "alarmApiState",
|
"name": "alarmApiState",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user