[PR #3334] [MERGED] web/frpc: support more info #4726

Closed
opened 2026-05-05 14:47:33 -06:00 by gitea-mirror · 0 comments
Owner

📋 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: devHead: web


📝 Commits (1)

  • b1d1c0e web/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.

## 📋 Pull Request Information **Original PR:** https://github.com/fatedier/frp/pull/3334 **Author:** [@fatedier](https://github.com/fatedier) **Created:** 2/25/2023 **Status:** ✅ Merged **Merged:** 2/25/2023 **Merged by:** [@fatedier](https://github.com/fatedier) **Base:** `dev` ← **Head:** `web` --- ### 📝 Commits (1) - [`b1d1c0e`](https://github.com/fatedier/frp/commit/b1d1c0e610ee848bebf437c92282eb9b340bd9d3) web/frpc: support more info ### 📊 Changes **20 files changed** (+271 additions, -334 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description Fix #3333 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 14:47:33 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/frp#4726
No description provided.