Skip to content

Commit

Permalink
fix: disk dashboard power on time should use seconds unit
Browse files Browse the repository at this point in the history
Fixes: #2038
  • Loading branch information
cgrinds committed May 3, 2023
1 parent 34be25d commit 67c9262
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions grafana/dashboards/7mode/disk7.json
Original file line number Diff line number Diff line change
Expand Up @@ -1309,11 +1309,11 @@
},
{
"id": "unit",
"value": "clocks"
"value": "s"
},
{
"id": "decimals",
"value": 2
"value": 1
}
]
},
Expand Down
4 changes: 2 additions & 2 deletions grafana/dashboards/cmode/disk.json
Original file line number Diff line number Diff line change
Expand Up @@ -1485,11 +1485,11 @@
},
{
"id": "unit",
"value": "clocks"
"value": "s"
},
{
"id": "decimals",
"value": 2
"value": 1
}
]
},
Expand Down

0 comments on commit 67c9262

Please sign in to comment.