mirror of
https://github.com/ceph/ceph
synced 2025-01-02 17:12:31 +00:00
7 lines
140 B
Plaintext
7 lines
140 B
Plaintext
|
local dashboards = (import 'mixin.libsonnet').grafanaDashboards;
|
||
|
|
||
|
{
|
||
|
[name]: dashboards[name]
|
||
|
for name in std.objectFields(dashboards)
|
||
|
}
|