I have been searching for an application dashboard that has links to all management consoles in our environment. I have tried and tested almost all known options available on the interweb but have yet to find the perfect solution. The closest I have gotten to a “perfect” solution was with Heimdall Application Dashboard. I was about to call it quits when I realized that this might be doable with our SquaredUp.
I therefore created a new dashboard and tried to add these links in a web content tile. A few things that posed a challenge right away were 1. no ability to add an icon to url’s 2. my lack of html knowledge.
The source destination of the icon for the management tool. You can either put it in a shared directory within your website or you can convert the images to Base64 (which is what I did).
Create your own arrow image.
Update the descriptions for Screen Readers
When you are finished, your dashboard should look like this:
As I alluded to above, I have a working version of this dashboard. Let me know if would like a copy and I will private message it to you. I’m not posting it here because I converted all of the icons to Base64 and that makes for some very ugly-looking JSON!
It’s working, sort of. Only one tiny thing I need to confirm.
What is the correct <img src= entry needed if I have created the following folder structure that contains the .png images?
C:\inetpub\wwwroot\SquaredUpv5\Custom\Logos\
So far I’ve tried <img src=“Custom/Logos/Cloudflare.png” and
img src=“file:///C:/inetpub/wwwroot/SquaredUpv5/Custom/Logos/Cloudflare.png”