Skip to content

Commit a7d4e26

Browse files
fix: new image on home dashboard as old got removed from Tesla mediaserver (#4702)
* fix: new image on home dashboard as old got removed from Tesla media server * docs: update changelog
1 parent 16cf7e6 commit a7d4e26

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010

1111
#### Dashboards
1212

13+
- fix: new image on home dashboard as old got removed from Tesla mediaserver (#4702 - @JakobLichterfeld, @swiffer)
14+
1315
#### Translations
1416

1517
#### Documentation

grafana/dashboards/internal/home.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"showLineNumbers": false,
6868
"showMiniMap": false
6969
},
70-
"content": "<div style=\"background-size: cover; background-image: url(&quot;https://digitalassets.tesla.com/tesla-contents/image/upload/c_pad,dpr_1.0,f_auto,q_auto/c_pad/Group_83?pgw=1&quot;);width:100%;height:734px;background-position:center;\"></div>",
70+
"content": "<div style=\"background-size: cover; background-image: url(&quot;https://digitalassets.tesla.com/tesla-contents/image/upload/c_pad,dpr_1.0,f_auto,q_auto/c_pad/Group_76?pgw=1&quot;);width:100%;height:734px;background-position:center;\"></div>",
7171
"mode": "html"
7272
},
7373
"pluginVersion": "11.6.1",

0 commit comments

Comments
 (0)