mirror of
https://github.com/fosrl/pangolin.git
synced 2026-02-28 15:56:39 +00:00
✨ filter & paginate on machine clients table
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user