[PR #3963] [MERGED] web: support to clear offline proxies data on dashboard #4873

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

📋 Pull Request Information

Original PR: https://github.com/fatedier/frp/pull/3963
Author: @fatedier
Created: 1/31/2024
Status: Merged
Merged: 2/1/2024
Merged by: @fatedier

Base: devHead: new


📝 Commits (1)

  • 1416abe web: support to clear offline proxies data on dashboard

📊 Changes

39 files changed (+2063 additions, -2997 deletions)

View changed files

📝 Release.md (+4 -0)
assets/frpc/static/index-1c7ed8b0.js (+0 -32)
assets/frpc/static/index-1e2a7ce0.css (+0 -1)
assets/frpc/static/index-bLBhaJo8.js (+42 -0)
assets/frpc/static/index-iuf46MlF.css (+1 -0)
📝 assets/frpc/static/index.html (+2 -3)
assets/frps/static/index-1e0c7400.css (+0 -1)
assets/frps/static/index-1gecbKzv.js (+84 -0)
assets/frps/static/index-Lf6B06jY.css (+1 -0)
assets/frps/static/index-c322b7dd.js (+0 -74)
📝 assets/frps/static/index.html (+2 -3)
📝 pkg/metrics/mem/server.go (+8 -4)
📝 pkg/metrics/mem/types.go (+1 -0)
📝 server/dashboard_api.go (+28 -0)
📝 web/frpc/auto-imports.d.ts (+1 -0)
📝 web/frpc/components.d.ts (+1 -3)
📝 web/frpc/package.json (+18 -18)
web/frpc/tsconfig.config.json (+0 -8)
📝 web/frpc/tsconfig.json (+21 -12)
web/frpc/tsconfig.node.json (+10 -0)

...and 19 more files

📄 Description

Fix #3817


🔄 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/3963 **Author:** [@fatedier](https://github.com/fatedier) **Created:** 1/31/2024 **Status:** ✅ Merged **Merged:** 2/1/2024 **Merged by:** [@fatedier](https://github.com/fatedier) **Base:** `dev` ← **Head:** `new` --- ### 📝 Commits (1) - [`1416abe`](https://github.com/fatedier/frp/commit/1416abe78bbf7863688af7da07d447fd184b9dc9) web: support to clear offline proxies data on dashboard ### 📊 Changes **39 files changed** (+2063 additions, -2997 deletions) <details> <summary>View changed files</summary> 📝 `Release.md` (+4 -0) ➖ `assets/frpc/static/index-1c7ed8b0.js` (+0 -32) ➖ `assets/frpc/static/index-1e2a7ce0.css` (+0 -1) ➕ `assets/frpc/static/index-bLBhaJo8.js` (+42 -0) ➕ `assets/frpc/static/index-iuf46MlF.css` (+1 -0) 📝 `assets/frpc/static/index.html` (+2 -3) ➖ `assets/frps/static/index-1e0c7400.css` (+0 -1) ➕ `assets/frps/static/index-1gecbKzv.js` (+84 -0) ➕ `assets/frps/static/index-Lf6B06jY.css` (+1 -0) ➖ `assets/frps/static/index-c322b7dd.js` (+0 -74) 📝 `assets/frps/static/index.html` (+2 -3) 📝 `pkg/metrics/mem/server.go` (+8 -4) 📝 `pkg/metrics/mem/types.go` (+1 -0) 📝 `server/dashboard_api.go` (+28 -0) 📝 `web/frpc/auto-imports.d.ts` (+1 -0) 📝 `web/frpc/components.d.ts` (+1 -3) 📝 `web/frpc/package.json` (+18 -18) ➖ `web/frpc/tsconfig.config.json` (+0 -8) 📝 `web/frpc/tsconfig.json` (+21 -12) ➕ `web/frpc/tsconfig.node.json` (+10 -0) _...and 19 more files_ </details> ### 📄 Description Fix #3817 --- <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:50:20 -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#4873
No description provided.