Skip to content

Commit

Permalink
feat: added iaas maintenance notification (#11511)
Browse files Browse the repository at this point in the history
  • Loading branch information
bashleigh authored Feb 4, 2025
1 parent fff657f commit 4a43443
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/developer-portal/src/components/iaas/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -89,11 +89,11 @@ export const IaaS: FC = () => {
>
<Title>Pipelines</Title>
{/* TODO - remove when we are happy IaaS is back in full prod */}
{/* <PersistentNotification intent="neutral" isExpanded isFullWidth isInline>
On Monday 20th January 2025, the IaaS platform will be undergoing scheduled maintenance. During this time
pipelines will not be available. The maintenance will begin at 11:00 AM UTC and should last approximately
<PersistentNotification intent="neutral" isExpanded isFullWidth isInline>
On Tuesday 4th February 2025, the IaaS platform will be undergoing scheduled maintenance. During this time
pipelines will not be available. The maintenance will begin at 10:00 AM UTC and should last approximately
3 hours.
</PersistentNotification> */}
</PersistentNotification>
{loading || !currentDeveloper ? (
<Loader />
) : (
Expand Down

0 comments on commit 4a43443

Please # to comment.