Option to remove Activity Panel

VisionBI | Jurgen shared this idea 6 years ago
Not Planned

We would like to have the option of being able to remove the Activity Panel.

6979c6df439c0b5ad6a565cce387e5a1

Maybe have some form of setting in Content/Configuration?

Replies (3)

photo
1

Hi Jurgen,

Thanks for reaching out with your Idea. Luckily, this is easily done via a custom css file.

.dashboardCommentsToggle {
        display:none;
        visibility:hidden;
}
The above, added to a custom.css file in <YellowfinInstall>/appserver/webapps/ROOT/customcss/ will effectively remove the icon.

Does this satisfy your requirement?

Thanks,

Ryan

photo
1

Yes this works, thank you!

photo
1

Hi Jurgen,

Happy to help! In consideration of the considerably easy CSS solution, I'm going to go ahead and mark this one closed.

Thanks,

Ryan

Leave a Comment
 
Attach a file