Skip to content

Commit fd79c30

Browse files
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

File tree

versa/assets/dashboards/versa.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"id": 6107883287952970,
1717
"definition": {
1818
"type": "image",
19-
"url": "/api/v2/images/32d08fa3-bbc7-4285-ad3f-72cc275a4eb9",
19+
"url": "/static/images/logos/versa_large.svg",
2020
"sizing": "contain",
2121
"has_background": true,
2222
"has_border": true,

0 commit comments

Comments
 (0)