I was watching the Dashboard Friday video about PagerDuty and Adam demoed using some html to include icons in the gridview results. I assume the icons have to reside locally on the Dashboard server, can you point me in the direction of the location these icons should reside?
You can reference local files on the SquaredUp server or use emojis.
For images, just reference the image using a img tag:
<img src="/images/logo.png" width="500" height="600">
Where /images is a folder within /inetpub/wwwroot/ and width and height are optional, but recommended.
For emojis, you can just use the Windows keyboard for this by hitting Win + . (period).
These are all configured within the Grid Columns for external data, though I believe you can use this is the script panel for PS/Azure Logs/AppInsights/SQL too.
You can also get some pretty neat stuff out of it. These are both Azure Logs tiles: