Merge pull request #8546 from ArtemDzhereleiko/AD/bug-fix/api-usage-fill-color

Fixed Api usage widget fill color
This commit is contained in:
Igor Kulikov 2023-05-22 17:50:06 +03:00 committed by GitHub
commit 4733fcec5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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",