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
|
@ -59,7 +59,7 @@
|
|||
"gnetId": null,
|
||||
"graphTooltip": 0,
|
||||
"id": null,
|
||||
"iteration": 1616224784979,
|
||||
"iteration": 1616226350258,
|
||||
"links": [],
|
||||
"panels": [
|
||||
{
|
||||
|
@ -919,7 +919,7 @@
|
|||
"mode": "absolute",
|
||||
"steps": [
|
||||
{
|
||||
"color": "rgb(0, 0, 0)",
|
||||
"color": "green",
|
||||
"value": null
|
||||
}
|
||||
]
|
||||
|
@ -1205,7 +1205,7 @@
|
|||
"value": null
|
||||
},
|
||||
{
|
||||
"color": "rgb(0, 0, 0)",
|
||||
"color": "green",
|
||||
"value": 0.00001
|
||||
}
|
||||
]
|
||||
|
@ -1537,7 +1537,7 @@
|
|||
"mode": "absolute",
|
||||
"steps": [
|
||||
{
|
||||
"color": "rgb(0, 0, 0)",
|
||||
"color": "green",
|
||||
"value": null
|
||||
}
|
||||
]
|
||||
|
@ -2049,7 +2049,7 @@
|
|||
"value": null
|
||||
},
|
||||
{
|
||||
"color": "rgb(0, 0, 0)",
|
||||
"color": "green",
|
||||
"value": 1
|
||||
}
|
||||
]
|
||||
|
@ -2851,5 +2851,5 @@
|
|||
"timezone": "",
|
||||
"title": "Flexpool overview",
|
||||
"uid": "Q3JPASkgz",
|
||||
"version": 5
|
||||
"version": 6
|
||||
}
|
|
@ -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