Skip to content

Commit

Permalink
Make panel full width
Browse files Browse the repository at this point in the history
  • Loading branch information
yuvipanda committed Jul 19, 2024
1 parent 415b1b2 commit 729f48c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion dashboards/homedirs.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -139,5 +139,7 @@ dashboard.new('Home Directory Usage Dashboard')
common.variables.hub,
])
+ dashboard.withPanels(
homedirUsage
grafonnet.util.grid.makeGrid([
homedirUsage,
], panelWidth=24, panelHeight=24)
)

0 comments on commit 729f48c

Please sign in to comment.