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,
|
||||
"decimals": null,
|
||||
"funcBody": null,
|
||||
"usePostProcessing": null,
|
||||
"postFuncBody": null
|
||||
"usePostProcessing": true,
|
||||
"postFuncBody": "return value ? value : 'ENABLED';"
|
||||
},
|
||||
{
|
||||
"name": "jsExecutionLimit",
|
||||
@ -72,7 +72,7 @@
|
||||
"decimals": null,
|
||||
"funcBody": null,
|
||||
"usePostProcessing": true,
|
||||
"postFuncBody": "return value ? value.toLowerCase() : '';"
|
||||
"postFuncBody": "return value ? value.toLowerCase() : 'enabled';"
|
||||
},
|
||||
{
|
||||
"name": "jsExecutionApiState",
|
||||
@ -190,8 +190,8 @@
|
||||
"units": null,
|
||||
"decimals": null,
|
||||
"funcBody": null,
|
||||
"usePostProcessing": null,
|
||||
"postFuncBody": null
|
||||
"usePostProcessing": true,
|
||||
"postFuncBody": "return value ? value : 'ENABLED';"
|
||||
},
|
||||
{
|
||||
"name": "storageDataPointsLimit",
|
||||
@ -230,7 +230,7 @@
|
||||
"decimals": null,
|
||||
"funcBody": null,
|
||||
"usePostProcessing": true,
|
||||
"postFuncBody": "return value ? value.toLowerCase() : '';"
|
||||
"postFuncBody": "return value ? value.toLowerCase() : 'enabled';"
|
||||
},
|
||||
{
|
||||
"name": "dbApiState",
|
||||
@ -348,8 +348,8 @@
|
||||
"units": null,
|
||||
"decimals": null,
|
||||
"funcBody": null,
|
||||
"usePostProcessing": null,
|
||||
"postFuncBody": null
|
||||
"usePostProcessing": true,
|
||||
"postFuncBody": "return value ? value : 'ENABLED';"
|
||||
},
|
||||
{
|
||||
"name": "ruleEngineExecutionLimit",
|
||||
@ -388,7 +388,7 @@
|
||||
"decimals": null,
|
||||
"funcBody": null,
|
||||
"usePostProcessing": true,
|
||||
"postFuncBody": "return value ? value.toLowerCase() : '';"
|
||||
"postFuncBody": "return value ? value.toLowerCase() : 'enabled';"
|
||||
},
|
||||
{
|
||||
"name": "ruleEngineApiState",
|
||||
@ -516,8 +516,8 @@
|
||||
"units": null,
|
||||
"decimals": null,
|
||||
"funcBody": null,
|
||||
"usePostProcessing": null,
|
||||
"postFuncBody": null
|
||||
"usePostProcessing": true,
|
||||
"postFuncBody": "return value ? value : 'ENABLED';"
|
||||
},
|
||||
{
|
||||
"name": "transportMsgLimit",
|
||||
@ -556,7 +556,7 @@
|
||||
"decimals": null,
|
||||
"funcBody": null,
|
||||
"usePostProcessing": true,
|
||||
"postFuncBody": "return value ? value.toLowerCase() : '';"
|
||||
"postFuncBody": "return value ? value.toLowerCase() : 'enabled';"
|
||||
},
|
||||
{
|
||||
"name": "transportApiState",
|
||||
@ -687,8 +687,8 @@
|
||||
"units": null,
|
||||
"decimals": null,
|
||||
"funcBody": null,
|
||||
"usePostProcessing": null,
|
||||
"postFuncBody": null
|
||||
"usePostProcessing": true,
|
||||
"postFuncBody": "return value ? value : 'ENABLED';"
|
||||
},
|
||||
{
|
||||
"name": "createdAlarmsLimit",
|
||||
@ -727,7 +727,7 @@
|
||||
"decimals": null,
|
||||
"funcBody": null,
|
||||
"usePostProcessing": true,
|
||||
"postFuncBody": "return value ? value.toLowerCase() : '';"
|
||||
"postFuncBody": "return value ? value.toLowerCase() : 'enabled';"
|
||||
},
|
||||
{
|
||||
"name": "alarmApiState",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user