mirror of
https://github.com/grafana/grafana.git
synced 2024-12-30 10:47:30 -06:00
10 lines
249 B
Cheetah
10 lines
249 B
Cheetah
// This file is autogenerated. DO NOT EDIT.
|
|
// Generated by gen.go
|
|
// Run `make gen-jsonnet` from repository root to regenerate.
|
|
|
|
{
|
|
dashboards+:: {{`{`}}{{range .Dashboards}}
|
|
"{{.Name}}": (import '../dev-dashboards/{{.Path}}'),{{end}}
|
|
},
|
|
}
|