🐛 fix: align dashboard with secured APIs

This commit is contained in:
2026-08-13 03:29:33 +07:00
parent e90dc8382b
commit 3f09e330be
47 changed files with 1280 additions and 397 deletions
@@ -56,11 +56,11 @@ export default function CreateServerPage() {
title="Server Configuration"
description="Complete configuration for the itzg/minecraft-server workload."
>
<ServerForm
onSubmit={handleSubmit}
onCancel={() => router.push("/dashboard/servers")}
submitLabel="Create Server"
/>
<ServerForm
onSubmit={handleSubmit}
onCancel={() => router.push("/dashboard/servers")}
submitLabel="Create Server"
/>
</SectionCard>
</PageShell>
);