[PR #2559] [MERGED] 1.16.1 #15966

Closed
opened 2026-05-16 04:01:29 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fosrl/pangolin/pull/2559
Author: @oschwartz10612
Created: 2/27/2026
Status: Merged
Merged: 2/27/2026
Merged by: @oschwartz10612

Base: mainHead: dev


📝 Commits (2)

📊 Changes

9 files changed (+199 additions, -19 deletions)

View changed files

📝 server/routers/client/listClients.ts (+3 -3)
📝 server/routers/resource/listResources.ts (+38 -3)
📝 server/routers/site/listSites.ts (+2 -2)
📝 server/routers/siteResource/listAllSiteResourcesByOrg.ts (+30 -3)
📝 server/routers/siteResource/listSiteResources.ts (+19 -3)
📝 src/components/ClientResourcesTable.tsx (+37 -2)
📝 src/components/MachineClientsTable.tsx (+20 -1)
📝 src/components/ProxyResourcesTable.tsx (+32 -1)
📝 src/components/SitesTable.tsx (+18 -1)

📄 Description

Community Contribution License Agreement

By creating this pull request, I grant the project maintainers an unlimited,
perpetual license to use, modify, and redistribute these contributions under any terms they
choose, including both the AGPLv3 and the Fossorial Commercial license terms. I
represent that I have the right to grant this license for all contributed content.

Description

  • fix machine client pagination
  • add sort to name col

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/fosrl/pangolin/pull/2559 **Author:** [@oschwartz10612](https://github.com/oschwartz10612) **Created:** 2/27/2026 **Status:** ✅ Merged **Merged:** 2/27/2026 **Merged by:** [@oschwartz10612](https://github.com/oschwartz10612) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (2) - [`4aa1186`](https://github.com/fosrl/pangolin/commit/4aa1186aedebee222d7dc8d6f8d400dcff4c7f18) fix machine client pagination - [`8347203`](https://github.com/fosrl/pangolin/commit/8347203bbe8777b9b3b5a05dafaf4d69a1b43035) add sort to name col ### 📊 Changes **9 files changed** (+199 additions, -19 deletions) <details> <summary>View changed files</summary> 📝 `server/routers/client/listClients.ts` (+3 -3) 📝 `server/routers/resource/listResources.ts` (+38 -3) 📝 `server/routers/site/listSites.ts` (+2 -2) 📝 `server/routers/siteResource/listAllSiteResourcesByOrg.ts` (+30 -3) 📝 `server/routers/siteResource/listSiteResources.ts` (+19 -3) 📝 `src/components/ClientResourcesTable.tsx` (+37 -2) 📝 `src/components/MachineClientsTable.tsx` (+20 -1) 📝 `src/components/ProxyResourcesTable.tsx` (+32 -1) 📝 `src/components/SitesTable.tsx` (+18 -1) </details> ### 📄 Description ## Community Contribution License Agreement By creating this pull request, I grant the project maintainers an unlimited, perpetual license to use, modify, and redistribute these contributions under any terms they choose, including both the AGPLv3 and the Fossorial Commercial license terms. I represent that I have the right to grant this license for all contributed content. ## Description - fix machine client pagination - add sort to name col --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-05-16 04:01:29 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/pangolin#15966