Commit fd79c30
Fix missing image on Versa SD-WAN dashboard (DataDog#23579)
The image widget was pointing to /api/v2/images/<UUID>, which is the
per-org image upload API. The UUID only resolved in the demo org where
the dashboard was originally built, so the image was missing for all
customers (reported on prod and staging).
Switch to the static asset path used by sibling integrations (e.g.
Cisco SD-WAN), which is org-agnostic and ships with web-ui.
Co-authored-by: Cursor <cursoragent@cursor.com>1 parent f04cb50 commit fd79c30
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
0 commit comments