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