🚚 move subpages to correct paths

This commit is contained in:
Fred KISSIE
2025-12-04 00:42:50 +01:00
parent 6734003d85
commit 1b09e5b9f9
4 changed files with 2 additions and 2 deletions

View File

@@ -414,7 +414,7 @@ export default function MachineClientsTable({
searchPlaceholder={t("resourcesSearch")}
searchColumn="name"
onAdd={() =>
router.push(`/${orgId}/settings/clients/create`)
router.push(`/${orgId}/settings/clients/machine/create`)
}
addButtonText={t("createClient")}
onRefresh={refreshData}

View File

@@ -554,7 +554,7 @@ export default function ProxyResourcesTable({
searchPlaceholder={t("resourcesSearch")}
searchColumn="name"
onAdd={() =>
router.push(`/${orgId}/settings/resources/create`)
router.push(`/${orgId}/settings/resources/proxy/create`)
}
addButtonText={t("resourceAdd")}
onRefresh={refreshData}