Hi All, I'm looking at ways to streamline a status page so that it only shows open incidents. I want to remove the past incident history feed at the bottom of the page.
Has anyone done this, and how is it done please?
Welcome to the Atlassian Community!
You will need to be on a plan that allows you to customize the CSS and then include the following code (we have past incidents removed across all of our pages here at Broadcom):
.incidents-list{
display:none;
}
Your page needs to be on Startup or higher plan in order to make CSS customizations.
Hope this helps.
Thanks,
Nick
AH seen this has been asked recently! Should of looked harder.
Looks like its not possible out of the box and this is the go-to article: https://support.atlassian.com/statuspage/docs/css-and-javascript-snippets-for-customizations/
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.