Skip to content

Commit 2a92c64

Browse files
authored
fix(templates): fix typo in grafana dashboard.json
Fixes typo mentioned in issue #1304. Value for "displayName" is fixed to become "Failed" instead of "Faled".
1 parent e983beb commit 2a92c64

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

grafana/dashboards/dashboard.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
"properties": [
103103
{
104104
"id": "displayName",
105-
"value": "Faled"
105+
"value": "Failed"
106106
}
107107
]
108108
},
@@ -290,4 +290,4 @@
290290
"title": "Watchtower",
291291
"uid": "d7bdoT-Gz",
292292
"version": 1
293-
}
293+
}

0 commit comments

Comments
 (0)