Commit ea4c577
feat(dashboards): Increase default height for Laravel table widgets (#109966)
Increases the default height of the paths, commands, and jobs table
widgets on the Laravel overview dashboard from 2 to 3 rows. This shows
more data by default without requiring users to manually resize.
Y-positions are adjusted to prevent widget overlap.
Refs DAIN-1274
---------
Co-authored-by: Claude <noreply@anthropic.com>1 parent 45ba7af commit ea4c577
File tree
1 file changed
+3
-3
lines changed- static/app/views/dashboards/utils/prebuiltConfigs/laravelOverview
1 file changed
+3
-3
lines changedLines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
105 | | - | |
| 105 | + | |
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
| |||
150 | 150 | | |
151 | 151 | | |
152 | 152 | | |
153 | | - | |
| 153 | + | |
154 | 154 | | |
155 | 155 | | |
156 | 156 | | |
| |||
0 commit comments