templates: worker depsolve error display
Fix the display of the depsolve error rate panel. The panel had an incorrect min value of 3 (or 300%).
This commit is contained in:
parent
c91131ee0c
commit
1f2fd8cb76
1 changed files with 2 additions and 3 deletions
|
|
@ -31,7 +31,7 @@ data:
|
||||||
"editable": true,
|
"editable": true,
|
||||||
"gnetId": null,
|
"gnetId": null,
|
||||||
"graphTooltip": 0,
|
"graphTooltip": 0,
|
||||||
"iteration": 1645525186957,
|
"iteration": 1647253881137,
|
||||||
"links": [],
|
"links": [],
|
||||||
"panels": [
|
"panels": [
|
||||||
{
|
{
|
||||||
|
|
@ -1356,7 +1356,6 @@ data:
|
||||||
},
|
},
|
||||||
"mappings": [],
|
"mappings": [],
|
||||||
"max": 1,
|
"max": 1,
|
||||||
"min": 3,
|
|
||||||
"noValue": "0",
|
"noValue": "0",
|
||||||
"thresholds": {
|
"thresholds": {
|
||||||
"mode": "absolute",
|
"mode": "absolute",
|
||||||
|
|
@ -2743,5 +2742,5 @@ data:
|
||||||
"timezone": "",
|
"timezone": "",
|
||||||
"title": "Image Builder Worker",
|
"title": "Image Builder Worker",
|
||||||
"uid": "image-builder-worker",
|
"uid": "image-builder-worker",
|
||||||
"version": 4
|
"version": 5
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue