mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[PR #5253] [CLOSED] web/frps: restore XTCP support across dashboard views #5207
Labels
No labels
In Progress
WIP
WaitingForInfo
bug
doc
duplicate
easy
enhancement
future
help wanted
invalid
lifecycle/stale
need-issue-template
need-usage-help
no plan
proposal
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/frp#5207
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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/fatedier/frp/pull/5253
Author: @Daijunfan
Created: 3/20/2026
Status: ❌ Closed
Base:
dev← Head:fix/frps-xtcp-dashboard-support📝 Commits (1)
cf99f1fweb/frps: restore XTCP handling across dashboard views📊 Changes
4 files changed (+28 additions, -1 deletions)
View changed files
📝
web/frps/src/utils/proxy.ts(+8 -0)📝
web/frps/src/views/ClientDetail.vue(+13 -1)📝
web/frps/src/views/Proxies.vue(+4 -0)📝
web/frps/src/views/ProxyDetail.vue(+3 -0)📄 Description
Summary
xtcptab and list mappingXTCPProxyfrontend model and use it consistently in proxy detail handling instead of falling back toBaseProxyWhy
The backend API already supports XTCP, and
ProxyDetail.vueeven has XTCP-specific visual treatment, but the currentweb/frpsUI still misses explicit XTCP handling in its main entry points. As a result, XTCP proxies are omitted from:This restores end-to-end dashboard support for XTCP instead of only patching a single tab.
Closes #5244.
Verification
web/workspace to an Ubuntu 22.04 cloud host and rannpm cifromweb/npm run type-checkinweb/frpsnpm run buildinweb/frps🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.