[PR #3326] [MERGED] web/frps: more info #4723

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

📋 Pull Request Information

Original PR: https://github.com/fatedier/frp/pull/3326
Author: @fatedier
Created: 2/21/2023
Status: Merged
Merged: 2/21/2023
Merged by: @fatedier

Base: devHead: dashboard


📝 Commits (1)

📊 Changes

12 files changed (+136 additions, -66 deletions)

View changed files

📝 assets/frps/static/index-2a8cf2f5.js (+19 -19)
📝 assets/frps/static/index.html (+1 -1)
📝 pkg/config/server.go (+3 -0)
📝 pkg/config/server_test.go (+1 -0)
📝 server/control.go (+1 -1)
📝 server/dashboard_api.go (+32 -20)
📝 server/proxy/proxy.go (+8 -1)
📝 web/frps/components.d.ts (+2 -0)
web/frps/src/components/LongSpan.vue (+15 -0)
📝 web/frps/src/components/ProxyView.vue (+3 -1)
📝 web/frps/src/components/ServerOverview.vue (+49 -23)
📝 web/frps/src/utils/proxy.ts (+2 -0)

📄 Description

Fix #3261


🔄 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/3326 **Author:** [@fatedier](https://github.com/fatedier) **Created:** 2/21/2023 **Status:** ✅ Merged **Merged:** 2/21/2023 **Merged by:** [@fatedier](https://github.com/fatedier) **Base:** `dev` ← **Head:** `dashboard` --- ### 📝 Commits (1) - [`ffb614e`](https://github.com/fatedier/frp/commit/ffb614e422686a1830a0c6528893fb5157f40615) web/frps: more info ### 📊 Changes **12 files changed** (+136 additions, -66 deletions) <details> <summary>View changed files</summary> 📝 `assets/frps/static/index-2a8cf2f5.js` (+19 -19) 📝 `assets/frps/static/index.html` (+1 -1) 📝 `pkg/config/server.go` (+3 -0) 📝 `pkg/config/server_test.go` (+1 -0) 📝 `server/control.go` (+1 -1) 📝 `server/dashboard_api.go` (+32 -20) 📝 `server/proxy/proxy.go` (+8 -1) 📝 `web/frps/components.d.ts` (+2 -0) ➕ `web/frps/src/components/LongSpan.vue` (+15 -0) 📝 `web/frps/src/components/ProxyView.vue` (+3 -1) 📝 `web/frps/src/components/ServerOverview.vue` (+49 -23) 📝 `web/frps/src/utils/proxy.ts` (+2 -0) </details> ### 📄 Description Fix #3261 --- <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:28 -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#4723
No description provided.