27 Oct 2025 03:43 PM
Hi, I’m building my Launchpad and adding dashboards.
In the cards, it asks for an image using a URL, but I’d like to use a local image (for example, a screenshot of my dashboard).
Does anyone know how to upload a local image or how you’re handling images in the cards?
27 Oct 2025 04:29 PM
If they do not contain anything sensitive I'd host them on GitHub, for example, in a public repository. Images can be referenced directly.
There is afaik no option to upload images to Dynatrace platform at the moment.
20 Nov 2025 09:50 AM
you can convert the image to the data:image/png;base64 and add to a markdown file to show as image - which is just a workaround and if your image is confidential to be available publicily
Dashboard for card tiles LaunchPad previews - Dynatrace Community
26 Nov 2025 03:09 PM
Example with Dynatrace logo:
A simple oneliner for linux to convert to base64:
pngtopnm image.png |pnmscale 0.1 |pnmtopng |base64 -w0 > image.txt
26 Feb 2026 03:00 PM
Dynatrace, this seriously needs addressed.
Overall creativity for designing the Launchpad and Dashboards. Things like being able to upload images, themes, graphics, change background colors, etc..
Use case?
In general, Launchpads or some Dashboards are designed for Directors, VP's, C levels. They are the ones that write the $$$ checks for Dynatrace. And they want to see some 'sizzle on the steak'. Not some bland white background grouping of graphs.
Think Powerpoint level of customization. Heck, even Grafana has more available features in the design department.
Don't get me wrong, Dynatrace is the best for what it does, but, can this get on someone's ToDo list?
03 Apr 2026 01:22 PM
In version 336, you no longer need to host images externally. See https://docs.dynatrace.com/docs/shortlink/release-notes-saas-sprint-336#upload-and-manage-images-dir...
06 Apr 2026 04:12 PM
I see that new feature. Great addition! However, I am missing where you can control the sizing of the image displayed in the card itself. I put an image that has dimensions of 150 X 148 in the displayed card, however, it looks like the card css stretches the image no matter what the images dimensions are? This ends up cutting off the logo I am using. Is there a way to control the images dimensions within the card picture class "fhultl0" css?
Featured Posts