Can we customise the status Page content instead of only Header and Footer ?
In my case, I needed an tabular representation to show my status (above image), I could achieve showing data in tabular format but there is no way we can delete the actual Status data which is rendered in page content (Please refer below image).
Kindly help me in this.
Thanks
You are able to change practically anything if you know either its id or class name. The custom CSS and javascript render after the DOM loads, I believe. We've used this to hide incidents and make them clickable to reveal them vs. just spamming the whole page with them. It is very customizable.
Sriram: I need something similar. Can you post your header and footer HTML pls?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes, me too. Would you mind, pls, pasting the HTML/CSS content here?
Thanks!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I created a repo of our custom css and HTML here:
Custom CSS and HTML for Stauspage
The HTML is basically a <script> tag that contains a bunch of javascript to alter the names of some text, as well as change the layout of statuspage itself. Hopefully it gives you ideas. There is also some custom css in there that is for what we post via API, which essentially sends HTML to be displayed in Statuspage.
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.