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.
Right now the uptime for a component is seen in percentage just below the ribbon like "99.84 % uptime".
Is it possible to show only the ribbon with green/yellow/red bars and not the calculated percentage below it?
Hello Samrit,
Thanks for your question about removing the percentage for the uptime showcase. This is not something that is prebuilt into Statuspage but it is technically possible using custom code:
I looked through my page and found that the following element is what displays the percentage:
<div class=“legend-item legend-item-uptime-value legend-item-{componentID}”><span id=“uptime-percent-{componentID}”>100</span> % uptime</div>
You could manipulate this to remove the percentage if you had a business plan. Also, since the code would be custom, I don't really have any guidance on how you would change this specifically but that could be a good starting point on how to remove the value.
To find the elements, I used the inspect tool within my dev tools on the Google Chrome browser. Hopefully, this helps point you in a good starting direction.
Regards,
Jesse
Thanks Jesse for the insight.
Will check further if I can get a way to manipulate
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.