mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[PR #5144] [MERGED] web/frps: add detailed client and proxy views with enhanced tracking #5144
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#5144
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/5144
Author: @fatedier
Created: 1/30/2026
Status: ✅ Merged
Merged: 1/30/2026
Merged by: @fatedier
Base:
dev← Head:new📝 Commits (1)
b0ecc43web/frps: add detailed client and proxy views with enhanced tracking📊 Changes
34 files changed (+2976 additions, -899 deletions)
View changed files
📝
Release.md(+1 -1)📝
pkg/metrics/aggregate/server.go(+2 -2)📝
pkg/metrics/mem/server.go(+32 -1)📝
pkg/metrics/mem/types.go(+5 -0)📝
pkg/metrics/prometheus/server.go(+1 -1)📝
server/api/controller.go(+84 -6)📝
server/api/types.go(+5 -0)📝
server/control.go(+5 -1)📝
server/metrics/metrics.go(+9 -9)📝
server/registry/registry.go(+33 -9)📝
server/service.go(+2 -1)📝
web/frps/components.d.ts(+5 -9)📝
web/frps/package-lock.json(+93 -126)📝
web/frps/src/App.vue(+159 -199)📝
web/frps/src/api/http.ts(+19 -13)📝
web/frps/src/api/proxy.ts(+9 -1)📝
web/frps/src/assets/css/custom.css(+1 -1)➕
web/frps/src/assets/icons/logo.svg(+15 -0)📝
web/frps/src/components/ClientCard.vue(+183 -115)➕
web/frps/src/components/ProxyCard.vue(+244 -0)...and 14 more files
📄 Description
WHY
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.