Commit 4e9a333
authored
feat(dashboards): Add blank FRONTEND_ASSETS prebuilt dashboard (#109221)
## Summary
- Adds a new `FRONTEND_ASSETS` prebuilt dashboard (ID 24) with no
widgets, to be populated later for the assets module
- Creates `frontendAssets/` directory with `settings.ts` (dashboard
title) and `frontendAssets.ts` (config), following existing prebuilt
dashboard conventions
- Registers the new dashboard in the `PrebuiltDashboardId` enum and
`PREBUILT_DASHBOARDS` record1 parent 60c20eb commit 4e9a333
File tree
3 files changed
+16
-0
lines changed- static/app/views/dashboards/utils
- prebuiltConfigs/frontendAssets
3 files changed
+16
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
| |||
47 | 48 | | |
48 | 49 | | |
49 | 50 | | |
| 51 | + | |
50 | 52 | | |
51 | 53 | | |
52 | 54 | | |
| |||
81 | 83 | | |
82 | 84 | | |
83 | 85 | | |
| 86 | + | |
84 | 87 | | |
Lines changed: 10 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
0 commit comments