diff --git a/app/(protected)/admin/records/loading.tsx b/app/(protected)/admin/records/loading.tsx index 229da62..4cb1393 100644 --- a/app/(protected)/admin/records/loading.tsx +++ b/app/(protected)/admin/records/loading.tsx @@ -8,7 +8,12 @@ export default function DashboardRecordsLoading() { heading="Manage DNS Records" text="List and manage records" /> - +
+ + + + +
); diff --git a/app/(protected)/admin/records/page.tsx b/app/(protected)/admin/records/page.tsx index e9a61d3..21ee1ab 100644 --- a/app/(protected)/admin/records/page.tsx +++ b/app/(protected)/admin/records/page.tsx @@ -5,6 +5,7 @@ import { constructMetadata } from "@/lib/utils"; import { DashboardHeader } from "@/components/dashboard/header"; import UserRecordsList from "../../dashboard/records/record-list"; +import UserRecordStatus from "../../dashboard/records/record-statu"; export const metadata = constructMetadata({ title: "DNS Records", @@ -24,6 +25,16 @@ export default async function DashboardPage() { link="/docs/dns-records" linkText="DNS records" /> +