Skip to content

Commit

Permalink
Merge pull request #1087 from zhx828/system-maintanence
Browse files Browse the repository at this point in the history
Add a scheduled warning banner to mysql upgrade
  • Loading branch information
zhx828 authored Feb 29, 2024
2 parents f1311be + 4db9176 commit 8530d57
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/webapp/app/components/userMessager/UserMessage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -144,13 +144,13 @@ if (
id: '2023_amp',
},
{
dateStart: 1700352000000,
dateEnd: 1701043200000,
dateStart: 1709337600000,
dateEnd: 1710028800000,
content: (
<div>
<b>Attention</b>: We want to inform you of an upcoming infrastructure
update that may lead to a temporary service disruption, planned{' '}
<b>Nov 25th to 26th</b>.
<b>March 9th, 9AM-12PM</b>.
<br />
During this period, you may experience intermittent service
interruptions, brief outages, or slower response times while accessing
Expand Down

0 comments on commit 8530d57

Please sign in to comment.