mirror of
https://github.com/fosrl/pangolin.git
synced 2026-07-16 06:08:33 -05:00
[PR #3240] [MERGED] Fix small bugs with paid features, ui, docs #33548
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/fosrl/pangolin/pull/3240
Author: @oschwartz10612
Created: 6/11/2026
Status: ✅ Merged
Merged: 6/11/2026
Merged by: @oschwartz10612
Base:
main← Head:dev📝 Commits (8)
540aee3update docs linksf64d04eAdd loading back to create resourced81d1a6Merge branch 'dev' of github.com:fosrl/pangolin into dev1a94293Remove precheck on websocket for nowcc498f0Properly paywall ui for labelscd05297Properly paywall the edit policy screenb9dd0c8Add advantech install link1d9c4ddFix padding📊 Changes
17 files changed (+155 additions, -58 deletions)
View changed files
📝
messages/en-US.json(+1 -0)📝
src/app/[orgId]/settings/general/page.tsx(+1 -1)📝
src/app/[orgId]/settings/resources/public/[niceId]/rdp/page.tsx(+1 -1)📝
src/app/[orgId]/settings/resources/public/[niceId]/ssh/page.tsx(+3 -3)📝
src/app/[orgId]/settings/resources/public/create/page.tsx(+10 -8)📝
src/app/[orgId]/settings/sites/[niceId]/general/page.tsx(+1 -1)📝
src/app/ssh/SshClient.tsx(+1 -1)📝
src/app/vnc/VncClient.tsx(+15 -15)📝
src/components/BrowserGatewayTargetForm.tsx(+1 -1)📝
src/components/CreateOrgLabelDialog.tsx(+9 -1)📝
src/components/EditOrgLabelDialog.tsx(+9 -1)📝
src/components/OrgLabelForm.tsx(+11 -5)📝
src/components/PrivateResourceForm.tsx(+1 -1)📝
src/components/PublicResourcesTable.tsx(+1 -1)📝
src/components/ResourcePoliciesBanner.tsx(+19 -2)📝
src/components/newt-install-commands.tsx(+1 -1)📝
src/components/resource-policy/EditPolicyForm.tsx(+70 -15)📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.