Improve Grafana dark theme compatibility
On Flexpool dashboards, some values were printed in black. They were hard to read on a dark theme. Revert back to default "green" value for improved visibility on light and dark themes. Signed-off-by: Julien Riou <julien@riou.xyz>
This commit is contained in:
parent
a49ae763b1
commit
c13573f969
2 changed files with 9 additions and 9 deletions
|
@ -53,7 +53,7 @@
|
|||
"gnetId": null,
|
||||
"graphTooltip": 0,
|
||||
"id": null,
|
||||
"iteration": 1612282845458,
|
||||
"iteration": 1616226444425,
|
||||
"links": [],
|
||||
"panels": [
|
||||
{
|
||||
|
@ -289,7 +289,7 @@
|
|||
"value": null
|
||||
},
|
||||
{
|
||||
"color": "rgb(0, 0, 0)",
|
||||
"color": "green",
|
||||
"value": 1
|
||||
}
|
||||
]
|
||||
|
@ -390,7 +390,7 @@
|
|||
"value": null
|
||||
},
|
||||
{
|
||||
"color": "rgb(0, 0, 0)",
|
||||
"color": "green",
|
||||
"value": 1
|
||||
}
|
||||
]
|
||||
|
|
Reference in a new issue