Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Hide images in list view Description

Viktor
Contributor
June 7, 2019

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!JiraImage.png

1 answer

0 votes
Ravi Sagar _Sparxsys_
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
June 7, 2019

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.

Viktor
Contributor
June 7, 2019

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.

Suggest an answer

Log in or Sign up to answer