mirror of
https://github.com/go-gitea/gitea.git
synced 2024-10-31 08:37:35 -04:00
7 lines
143 B
Plaintext
7 lines
143 B
Plaintext
|
local dashboards = (import '../mixin.libsonnet').grafanaDashboards;
|
||
|
|
||
|
{
|
||
|
[name]: dashboards[name]
|
||
|
for name in std.objectFields(dashboards)
|
||
|
}
|