You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
We recently upgraded from 8.2.2 to 9.4.3 and are unhappy with the look of the (I) icons next to name. Looks very sloppy and uneven in our dashboards. Is there any way to disable or suppress them from displaying?
Alternately, it would look better if the (I) preceded the name then they would line up.
Hi @Pete P ,
While at this time there is no official method of removing the icon, there is a feature request for giving the option to remove the button.
https://jira.atlassian.com/browse/JSDSERVER-12173
I recommend you vote and watch that particular issue. I also recommend you post a comment with your screenshot to that ticket.
It is possible that adding the following to the announcement banner may remove the icon but I have not tested it:
<style type="text/css"> 2.aui-button .aui-icon { 3display: none; 4}</style>
-- Christopher
Thanks @Christopher Maxwell , unfortunately the CSS banner code didn't work. Seemed like a great idea though
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ah... This did work however for just dashboards - perfect!
<style type="text/css">
#dashboard-content .aui-button .aui-icon { display: none; }
</style>
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
That's great! And, thank you! It is always great to get updates and closures here.
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.