mirror of
https://github.com/go-gitea/gitea
synced 2025-01-09 17:24:43 +00:00
7 lines
143 B
Jsonnet
7 lines
143 B
Jsonnet
|
local dashboards = (import '../mixin.libsonnet').grafanaDashboards;
|
||
|
|
||
|
{
|
||
|
[name]: dashboards[name]
|
||
|
for name in std.objectFields(dashboards)
|
||
|
}
|