filter & paginate on machine clients table

This commit is contained in:
Fred KISSIE
2026-02-10 05:14:37 +01:00
parent c94d246c24
commit d6ade102dc
5 changed files with 176 additions and 124 deletions

View File

@@ -611,11 +611,9 @@ export default function ProxyResourcesTable({
onSearch={handleSearchChange}
onPaginationChange={handlePaginationChange}
onAdd={() =>
startNavigation(() => {
router.push(
`/${orgId}/settings/resources/proxy/create`
);
})
startNavigation(() =>
router.push(`/${orgId}/settings/resources/proxy/create`)
)
}
addButtonText={t("resourceAdd")}
onRefresh={refreshData}