Status Badge & Banner Widget
Embed your status page's reported status in your website or help portal as a badge and/or banner.
Last updated
<style>
.sp-status .sp-status-badge.sp-status-ok { background: darkgreen; }
.sp-status .sp-status-badge.sp-status-scheduled { background: darkblue; }
.sp-status .sp-status-badge.sp-status-minor { background: darkorange; }
.sp-status .sp-status-badge.sp-status-major { background: darkred; }
</style>window.statuspalWidget.badge.translations = {
en: {
status: {
ok: 'All systems operational',
scheduled: 'Ongoing scheduled maintenance',
minor: 'Ongoing minor incident',
major: 'Ongoing major incident'
}
}
};window.statuspalWidget.banner.translations = {
en: {
lates_updates: 'View latest updates',
ongoing: 'Ongoing for {{time_diff}}',
dates: {
same_day: '{{date}} from {{time_from}} to {{time_to}}',
different_day: 'From {{date_time_from}} to {{date_time_to}}'
}
}
};