mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 16:15:49 -06:00
[PR #3334] [MERGED] web/frpc: support more info #4726
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#4726
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/3334
Author: @fatedier
Created: 2/25/2023
Status: ✅ Merged
Merged: 2/25/2023
Merged by: @fatedier
Base:
dev← Head:web📝 Commits (1)
b1d1c0eweb/frpc: support more info📊 Changes
20 files changed (+271 additions, -334 deletions)
View changed files
📝
README.md(+5 -5)📝
assets/frpc/static/index-7dd223da.js(+1 -1)📝
assets/frpc/static/index.html(+1 -1)📝
client/admin_api.go(+21 -90)📝
cmd/frpc/sub/status.go(+9 -49)📝
go.mod(+7 -7)📝
go.sum(+17 -15)➕
pkg/util/util/slice.go(+25 -0)➕
pkg/util/util/slice_test.go(+49 -0)📝
test/e2e/framework/process.go(+1 -1)📝
test/e2e/pkg/port/port.go(+4 -4)📝
test/e2e/pkg/sdk/client/client.go(+6 -34)📝
web/frpc/.eslintrc.cjs(+14 -14)📝
web/frpc/.prettierrc.json(+5 -1)📝
web/frpc/src/App.vue(+8 -8)📝
web/frpc/src/components/ClientConfigure.vue(+42 -42)📝
web/frpc/src/components/Overview.vue(+28 -34)📝
web/frpc/src/main.ts(+9 -9)📝
web/frpc/src/router/index.ts(+9 -9)📝
web/frpc/vite.config.ts(+10 -10)📄 Description
Fix #3333
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.