Skip to content

Commit

Permalink
fix: typo in health dashboard (#1948)
Browse files Browse the repository at this point in the history
* fix: type in health dashboard

* fix: change column name to At Home
  • Loading branch information
Hardikl committed Apr 18, 2023
1 parent 8dd11eb commit 3480360
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions grafana/dashboards/cmode/health.json
Original file line number Diff line number Diff line change
Expand Up @@ -2583,7 +2583,7 @@
{
"matcher": {
"id": "byName",
"options": "Home?"
"options": "At Home"
},
"properties": [
{
Expand Down Expand Up @@ -2654,7 +2654,7 @@
"cluster": "Cluster",
"datacenter": "Datacenter",
"instance": "",
"isHome": "Home?",
"isHome": "At Home",
"lif": "Network Interface",
"severity": "Severity"
}
Expand Down

0 comments on commit 3480360

Please sign in to comment.