Skip to content

Instantly share code, notes, and snippets.

@messutied
Last active January 20, 2022 15:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save messutied/270f344a42357f807c5a7807b46985e3 to your computer and use it in GitHub Desktop.
Save messutied/270f344a42357f807c5a7807b46985e3 to your computer and use it in GitHub Desktop.
<script>
window.statuspalWidget = {
subdomain: 'meta',
selector: '.sp-status', // Optional
position: 'top', // Optional [top | bottom | left | right] - defaults to top.
// Customise copy below
copy: {
status: {
ok: 'All systems operational 1',
scheduled: 'Ongoing scheduled maintenance',
minor: 'Ongoing minor incident',
major: 'Ongoing major incident',
}
}
}
</script>
<script src="https://statuspal.io/js/widget.js"></script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment