diff --git a/docs/layouts/partials/templates/grafana/dashboard.html b/docs/layouts/partials/templates/grafana/dashboard.html index a0af04fee..7eb844d4f 100644 --- a/docs/layouts/partials/templates/grafana/dashboard.html +++ b/docs/layouts/partials/templates/grafana/dashboard.html @@ -56,7 +56,7 @@ {{ if or (eq $value.properties.operator "GreaterThan") (eq $value.properties.operator "GreaterThanOrEqual") }} "color": "dark-red",{{ else }} "color": "dark-green",{{ end }} - "value": {{ if $value.properites.threshold }}{{ string $value.properties.threshold }}{{ else }}0{{ end }} + "value": {{ if $value.properties.threshold }}{{ string $value.properties.threshold }}{{ else }}0{{ end }} } ] }