Skip to content

Commit 485d34e

Browse files
committed
fix(UI): move content updates section
1 parent 98b65c4 commit 485d34e

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

admin/inertia/pages/settings/update.tsx

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -580,7 +580,22 @@ export default function SystemUpdatePage(props: {
580580
)}
581581
</div>
582582
</div>
583-
<div className="bg-white rounded-lg border shadow-md overflow-hidden py-6 mt-6">
583+
<div className="mt-6 grid grid-cols-1 md:grid-cols-2 gap-4">
584+
<Alert
585+
type="info"
586+
title="Backup Reminder"
587+
message="While updates are designed to be safe, it's always recommended to backup any critical data before proceeding."
588+
variant="solid"
589+
/>
590+
<Alert
591+
type="warning"
592+
title="Temporary Downtime"
593+
message="Services will be briefly unavailable during the update process. This typically takes 2-5 minutes depending on your internet connection."
594+
variant="solid"
595+
/>
596+
</div>
597+
<ContentUpdatesSection />
598+
<div className="bg-white rounded-lg border shadow-md overflow-hidden py-6 mt-12">
584599
<div className="flex flex-col md:flex-row justify-between items-center p-8 gap-y-8 md:gap-y-0 gap-x-8">
585600
<div>
586601
<h2 className="max-w-xl text-lg font-bold text-desert-green sm:text-xl lg:col-span-7">
@@ -617,21 +632,6 @@ export default function SystemUpdatePage(props: {
617632
</div>
618633
</div>
619634
</div>
620-
<div className="mt-6 grid grid-cols-1 md:grid-cols-2 gap-4">
621-
<Alert
622-
type="info"
623-
title="Backup Reminder"
624-
message="While updates are designed to be safe, it's always recommended to backup any critical data before proceeding."
625-
variant="solid"
626-
/>
627-
<Alert
628-
type="warning"
629-
title="Temporary Downtime"
630-
message="Services will be briefly unavailable during the update process. This typically takes 2-5 minutes depending on your internet connection."
631-
variant="solid"
632-
/>
633-
</div>
634-
<ContentUpdatesSection />
635635

636636
{showLogs && (
637637
<div className="fixed inset-0 bg-black bg-opacity-50 flex items-center justify-center p-4 z-50">

0 commit comments

Comments
 (0)