maintenance postponed

This commit is contained in:
Maidul Islam
2024-04-06 10:01:13 -07:00
parent fea48518a3
commit d6e5ac2133

View File

@@ -594,6 +594,8 @@ const OrganizationPage = withPermission(
</div>
)}
<div className="mb-4 flex flex-col items-start justify-start px-6 py-6 pb-0 text-3xl">
{
window.location.origin.includes("https://app.infisical.com") || window.location.origin.includes("http://localhost:8080") &&
<div
className={`${
!updateClosed ? "block" : "hidden"
@@ -601,11 +603,11 @@ const OrganizationPage = withPermission(
>
<FontAwesomeIcon icon={faWarning} className="p-6 text-4xl text-primary" />
<div className="text-sm">
<span className="text-lg font-semibold">Scheduled maintenance on April 6th 2024 </span>{" "}
<span className="text-lg font-semibold">Scheduled maintenance on April 13th 2024 </span>{" "}
<br />
Infisical will undergo scheduled maintenance for approximately 1 hour on Saturday, April 6th, 11am EST. During these hours, read
Infisical will undergo scheduled maintenance for approximately 1 hour on Saturday, April 13th, 11am EST. During these hours, read
operations will continue to function normally but no resources will be editable.
No action is required on your end — your applications can continue to fetch secrets.
No action is required on your end — your applications will continue to fetch secrets.
<br />
</div>
<button
@@ -617,6 +619,8 @@ const OrganizationPage = withPermission(
<FontAwesomeIcon icon={faXmark} />
</button>
</div>
}
<p className="mr-4 font-semibold text-white">Projects</p>
<div className="mt-6 flex w-full flex-row">
<Input