7 lines
143 B
Plaintext
Executable File
7 lines
143 B
Plaintext
Executable File
local dashboards = (import '../mixin.libsonnet').grafanaDashboards;
|
|
|
|
{
|
|
[name]: dashboards[name]
|
|
for name in std.objectFields(dashboards)
|
|
}
|