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
Style delete dialog page with a copy button.
How to test?
🔄 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/1699
**Author:** [@Pallavikumarimdb](https://github.com/Pallavikumarimdb)
**Created:** 10/19/2025
**Status:** ✅ Merged
**Merged:** 10/19/2025
**Merged by:** [@miloschwartz](https://github.com/miloschwartz)
**Base:** `dev` ← **Head:** `make-easier-to-delete`
---
### 📝 Commits (5)
- [`476cdcf`](https://github.com/fosrl/pangolin/commit/476cdcfe866848bc50b2af9aeb8b1a2a7b0ee7f8) easier to delete sites
- [`ae4a24f`](https://github.com/fosrl/pangolin/commit/ae4a24f4aa1fe019aea7f8e7e606e32ec1d7dfb8) easier to delete resources
- [`f258c41`](https://github.com/fosrl/pangolin/commit/f258c41f15efb4036d3279ba8e7f29a23ef87d46) easier to delete
- [`7c8c440`](https://github.com/fosrl/pangolin/commit/7c8c440f679237c1b3bdaa7d19246f7838f63e8d) fix text
- [`e59cd66`](https://github.com/fosrl/pangolin/commit/e59cd6672bda01c80f5479586642a889b5e4d560) fix space
### 📊 Changes
**17 files changed** (+72 additions, -140 deletions)
<details>
<summary>View changed files</summary>
📝 `messages/en-US.json` (+17 -20)
📝 `src/app/[orgId]/settings/(private)/remote-exit-nodes/ExitNodesTable.tsx` (+2 -7)
📝 `src/app/[orgId]/settings/general/page.tsx` (+3 -6)
📝 `src/app/admin/license/page.tsx` (+2 -7)
📝 `src/app/admin/users/AdminUsersTable.tsx` (+3 -10)
📝 `src/components/AdminIdpTable.tsx` (+1 -1)
📝 `src/components/AdminUsersTable.tsx` (+1 -1)
📝 `src/components/ApiKeysTable.tsx` (+3 -8)
📝 `src/components/ClientsTable.tsx` (+3 -16)
📝 `src/components/ConfirmDeleteDialog.tsx` (+12 -0)
📝 `src/components/DomainsTable.tsx` (+3 -6)
📝 `src/components/InvitationsTable.tsx` (+2 -5)
📝 `src/components/OrgApiKeysTable.tsx` (+3 -8)
📝 `src/components/ResourcesTable.tsx` (+10 -20)
📝 `src/components/SitesTable.tsx` (+2 -8)
📝 `src/components/UsersTable.tsx` (+2 -11)
📝 `src/components/private/OrgIdpTable.tsx` (+3 -6)
</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
Style delete dialog page with a copy button.
<img width="808" height="653" alt="image" src="https://github.com/user-attachments/assets/3f47f3ce-f96d-41ab-9352-3b7e431dedb7" />
## How to test?
---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 Pull Request Information
Original PR: https://github.com/fosrl/pangolin/pull/1699
Author: @Pallavikumarimdb
Created: 10/19/2025
Status: ✅ Merged
Merged: 10/19/2025
Merged by: @miloschwartz
Base:
dev← Head:make-easier-to-delete📝 Commits (5)
476cdcfeasier to delete sitesae4a24feasier to delete resourcesf258c41easier to delete7c8c440fix texte59cd66fix space📊 Changes
17 files changed (+72 additions, -140 deletions)
View changed files
📝
messages/en-US.json(+17 -20)📝
src/app/[orgId]/settings/(private)/remote-exit-nodes/ExitNodesTable.tsx(+2 -7)📝
src/app/[orgId]/settings/general/page.tsx(+3 -6)📝
src/app/admin/license/page.tsx(+2 -7)📝
src/app/admin/users/AdminUsersTable.tsx(+3 -10)📝
src/components/AdminIdpTable.tsx(+1 -1)📝
src/components/AdminUsersTable.tsx(+1 -1)📝
src/components/ApiKeysTable.tsx(+3 -8)📝
src/components/ClientsTable.tsx(+3 -16)📝
src/components/ConfirmDeleteDialog.tsx(+12 -0)📝
src/components/DomainsTable.tsx(+3 -6)📝
src/components/InvitationsTable.tsx(+2 -5)📝
src/components/OrgApiKeysTable.tsx(+3 -8)📝
src/components/ResourcesTable.tsx(+10 -20)📝
src/components/SitesTable.tsx(+2 -8)📝
src/components/UsersTable.tsx(+2 -11)📝
src/components/private/OrgIdpTable.tsx(+3 -6)📄 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
Style delete dialog page with a copy button.

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