Browse Source

Merge pull request #14643 from ArtemDzhereleiko/AD/bug-fix/api-usage-timewindow-style

Fixed action color and add new style for table header for API usage dashboard
pull/14653/head
Vladyslav Prykhodko 6 months ago
committed by GitHub
parent
commit
fd87f2ba4a
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 30
      ui-ngx/src/assets/dashboard/api_usage.json

30
ui-ngx/src/assets/dashboard/api_usage.json

@ -121,7 +121,31 @@
"noDataDisplayMessage": "", "noDataDisplayMessage": "",
"configMode": "basic", "configMode": "basic",
"borderRadius": "12px", "borderRadius": "12px",
"titleColor": "rgba(0, 0, 0, 0.54)" "titleColor": "rgba(0, 0, 0, 0.54)",
"timewindowStyle": {
"showIcon": false,
"iconSize": "24px",
"icon": "query_builder",
"iconPosition": "left",
"font": {
"size": 12,
"sizeUnit": "px",
"family": "Roboto",
"weight": "400",
"style": "normal",
"lineHeight": "16px"
},
"color": "rgba(0, 0, 0, 0.38)",
"displayTypePrefix": true
},
"titleFont": {
"size": 14,
"sizeUnit": "px",
"family": "Roboto",
"weight": "500",
"style": "normal",
"lineHeight": "20px"
}
}, },
"id": "a669cf86-e715-efa4-dd9a-b839abf499e9", "id": "a669cf86-e715-efa4-dd9a-b839abf499e9",
"typeFullFqn": "system.cards.timeseries_table" "typeFullFqn": "system.cards.timeseries_table"
@ -4519,7 +4543,7 @@
"name": "{i18n:api-usage.view-statistics}", "name": "{i18n:api-usage.view-statistics}",
"buttonType": "icon", "buttonType": "icon",
"icon": "show_chart", "icon": "show_chart",
"buttonColor": "rgba(0, 0, 0, 0.87)", "buttonColor": "rgba(0, 0, 0, 0.54)",
"customButtonStyle": {}, "customButtonStyle": {},
"useShowWidgetActionFunction": null, "useShowWidgetActionFunction": null,
"showWidgetActionFunction": "return true;", "showWidgetActionFunction": "return true;",
@ -4955,7 +4979,7 @@
"name": "{i18n:api-usage.view-statistics}", "name": "{i18n:api-usage.view-statistics}",
"buttonType": "icon", "buttonType": "icon",
"icon": "show_chart", "icon": "show_chart",
"buttonColor": "rgba(0, 0, 0, 0.87)", "buttonColor": "rgba(0, 0, 0, 0.54)",
"customButtonStyle": {}, "customButtonStyle": {},
"useShowWidgetActionFunction": null, "useShowWidgetActionFunction": null,
"showWidgetActionFunction": "return true;", "showWidgetActionFunction": "return true;",

Loading…
Cancel
Save