Hello.
Im making a Dashboard for a specific department, using filtered lists.
However, if there is an image inside the description, it makes the dashboard completely unusable. Images are the main part of our Service Desk debugging tasks.
Summary is not sufficient, and we need to be able to scroll over the description as well.
Is there a way to fix this so images are not shown, or replaced by [image] text string etc?
Thank you!
Hi @Viktor
That is interesting. I would use a simple css to hide the images, something like this.
<style type="text/css">
#gadget-27624-renderbox img {
display: none
}
</style>
Replace the gadget id with the one in your instance and paste this in your announcement banner.
Thanks for the reply @Ravi Sagar _Sparxsys_
That is a nice "hack" solution.
However, with multiple Dashboards and a custom ones for multiple departments, it would be a nightmare to maintain, making custom rules for each filtered result.
I wonder if it's a bug with the gadget, who would like a list to behave this way?
Thanks again though.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.