Some checks are pending
Integration tests for the release process / release-simulation (push) Waiting to run
6 lines
143 B
Jsonnet
6 lines
143 B
Jsonnet
local dashboards = (import '../mixin.libsonnet').grafanaDashboards;
|
|
|
|
{
|
|
[name]: dashboards[name]
|
|
for name in std.objectFields(dashboards)
|
|
}
|