mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Table Panel: Add ability to set background colors for entire rows (#83939)
* Table: hacky poc for colored rows * update * Update options editor * Refactor out styling * Make sure option applies * Start unifying coloring logic * Support various options * Cleanups * Fix up hover behavior * Update label * Fix bug with sorting and make cleanups * Ensure text color also applies to whole row * New treatment for cell inspect * Update cell inspect spacing * codeincarnate/table-row-background-selected-riffs/ run linter * Fix hover colors * Fix coloring * The other part of color application * Another color fix * codeincarnate/table-row-background-selected-riffs/ lint * Update cell value inspect * Prettier * Update cell value inspect coloring * Fix text coloring * Update inspect style * Linting and betterer * Fix tests * i18n --------- Co-authored-by: Torkel Ödegaard <torkel@grafana.com> Co-authored-by: jev forsberg <jev.forsberg@grafana.com>
This commit is contained in:
@@ -369,7 +369,6 @@
|
||||
"title-label": "Title"
|
||||
},
|
||||
"json-editor": {
|
||||
"apply-button": "Apply changes",
|
||||
"save-button": "Save changes",
|
||||
"subtitle": "The JSON model below is the data structure that defines the dashboard. This includes dashboard settings, panel settings, layout, queries, and so on.",
|
||||
"title": "JSON Model"
|
||||
|
||||
Reference in New Issue
Block a user