Properly generate all wireguard options

This commit is contained in:
Owen Schwartz
2024-10-26 16:04:01 -04:00
parent 261b3c7e31
commit d78312fad8
12 changed files with 303 additions and 65 deletions

View File

@@ -45,4 +45,4 @@ export default async function Page(props: ResourcesPageProps) {
<ResourcesTable resources={resourceRows} orgId={params.orgId} />
</>
);
}
}