Skip to content

Fix json in authentication dashboard.

micah requested to merge micah/float:dashboard_json into master

The expression in the dashboard contains nested double-quotes, causing this error to be regularly spit:

"failed to load dashboard from " logger=provisioning.dashboard type=file
name=default file=/etc/grafana/dashboards/authentication.json error="invalid
character 's' after object key:value pair"

Merge request reports