mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
8 lines
272 B
Cheetah
8 lines
272 B
Cheetah
|
{{ template "autogen_header.tmpl" .Header -}}
|
||
|
{{range .Imports}}
|
||
|
import * as {{.Ident}} from '{{.Pkg}}';{{end}}
|
||
|
{{range .Sections}}{{if ne .ModelName "" }}
|
||
|
export const {{.ModelName}}ModelVersion = Object.freeze([{{index .V 0}}, {{index .V 1}}]);
|
||
|
{{end}}
|
||
|
{{.Body}}{{end}}
|