Skip to content

Commit

Permalink
Add status event
Browse files Browse the repository at this point in the history
  • Loading branch information
255kb committed Sep 17, 2024
1 parent dd694d8 commit 13d7c59
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pages/status.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@ const incidents: {
dateEnd: string;
status: 'inprogress' | 'resolved';
}[] = [
{
title: 'Cloud deployments - Schedule downtime, security fix',
desc: 'Cloud deployments servers were restarted to apply a security fix. The downtime is expected to last 5 to 10 minutes. We apologize for the inconvenience.',
dateStart: '2024-09-17 13:30:00 UTC',
dateEnd: '2024-09-17 13:35:00 UTC',
status: 'resolved'
},
{
title: 'Cloud deployments - Schedule downtime v8.4.0 release',
desc: 'Cloud deployments servers were restarted to apply the v8.4.0 release. The downtime is expected to last 5 to 10 minutes. We apologize for the inconvenience.',
Expand Down

0 comments on commit 13d7c59

Please sign in to comment.