- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for sanitizePanel (0.12 sec)
-
manifests/addons/dashboards/lib/lib-grid.libsonnet
d.arg('startY', d.T.number), ], ), makeGrid(panels, panelHeight=8, startY=0): local sanitizePanels(ps, row) = std.map( function(p) local sanePanel = panelUtil.sanitizePanel(p); ( if p.type == 'row' then sanePanel + { panels: sanitizePanels(sanePanel.panels, std.length(sanePanel.panels)), } else sanePanel + { gridPos+: {
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Tue Jun 04 18:05:06 UTC 2024 - 2.3K bytes - Viewed (0)