Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,557,085
Community Members
 
Community Events
184
Community Groups

How to modify StatusPage.io body html?

I want to modify my body html of StatusPage with multiple frame in it. When i tried adding few changes, It reflects in header and footer, but not in body. Please help me out in this puzzle.

1 answer

0 votes
M@ICE
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
Sep 13, 2018

Hi Arunkumar,

 

I'm afraid it's not possible to simply modify the body of a status page. Having said that, there are things that can be done when using custom HTML and JS. 

You can add custom HTML to the footer and use custom JS to move it to the desired section of your status page. Something like:

<!-- CUSTOM LINKS SECTION START -->
<div class="links-section-header">Additional Links<HR>
<div class="links-section">
Hyperlink 1: <a href="https://statuspage.io"> Statuspage 1</a><BR><BR>
Hyperlink 2: <a href="https://statuspage.io"> Statuspage 2</a><BR><BR>
Hyperlink 3: <a href="https://statuspage.io"> Statuspage 3</a><BR><BR>
Hyperlink 4: <a href="https://statuspage.io"> Statuspage 4</a><BR><BR>
</div>
</div>
<!--CUSTOM LINKS SECTION END -->
<!-- MOVE LINKS SECTION START -->
<script>
$('.links-section-header').insertAfter('.components-section');
</script>
<!-- MOVE LINKS SECTION END -->

Hope this helps!

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events