[PR #772] [MERGED] update dashboard ui #4255

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

📋 Pull Request Information

Original PR: https://github.com/fatedier/frp/pull/772
Author: @fatedier
Created: 5/16/2018
Status: Merged
Merged: 5/16/2018
Merged by: @fatedier

Base: devHead: web


📝 Commits (3)

📊 Changes

22 files changed (+2263 additions, -2033 deletions)

View changed files

assets/static/6f0a76321d30f3c8120915e57f7bd77e.ttf (+0 -0)
assets/static/b02bdc1b846fd65473922f5f62832108.ttf (+0 -0)
📝 assets/static/index.html (+1 -1)
assets/static/index.js (+0 -7)
📝 assets/static/manifest.js (+1 -1)
📝 assets/static/vendor.js (+1 -6)
📝 assets/statik/statik.go (+1 -1)
📝 cmd/frpc/sub/root.go (+1 -0)
📝 cmd/frpc/sub/stcp.go (+3 -1)
📝 cmd/frpc/sub/xtcp.go (+3 -1)
📝 models/config/proxy.go (+8 -0)
📝 server/nathole.go (+8 -1)
📝 web/frps/.babelrc (+10 -1)
📝 web/frps/package-lock.json (+2161 -1990)
📝 web/frps/package.json (+6 -5)
📝 web/frps/src/components/ProxiesHttp.vue (+2 -2)
📝 web/frps/src/components/ProxiesHttps.vue (+2 -2)
📝 web/frps/src/components/ProxiesTcp.vue (+2 -2)
📝 web/frps/src/components/ProxiesUdp.vue (+2 -2)
📝 web/frps/src/main.js (+33 -4)

...and 2 more files

📄 Description

No description provided


🔄 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/772 **Author:** [@fatedier](https://github.com/fatedier) **Created:** 5/16/2018 **Status:** ✅ Merged **Merged:** 5/16/2018 **Merged by:** [@fatedier](https://github.com/fatedier) **Base:** `dev` ← **Head:** `web` --- ### 📝 Commits (3) - [`0b0d5c9`](https://github.com/fatedier/frp/commit/0b0d5c982e1c4a73a6a0f238b55d375625383d30) update web - [`c7a457a`](https://github.com/fatedier/frp/commit/c7a457a045f98e9a6b92f77b7d9ee28ec5d67a1d) update web assets - [`3e34945`](https://github.com/fatedier/frp/commit/3e349455a06d7ec67eab7e57ac7d352879d6151e) commands for xtcp, stcp add 'bind_port', fix #767 ### 📊 Changes **22 files changed** (+2263 additions, -2033 deletions) <details> <summary>View changed files</summary> ➕ `assets/static/6f0a76321d30f3c8120915e57f7bd77e.ttf` (+0 -0) ➖ `assets/static/b02bdc1b846fd65473922f5f62832108.ttf` (+0 -0) 📝 `assets/static/index.html` (+1 -1) ➖ `assets/static/index.js` (+0 -7) 📝 `assets/static/manifest.js` (+1 -1) 📝 `assets/static/vendor.js` (+1 -6) 📝 `assets/statik/statik.go` (+1 -1) 📝 `cmd/frpc/sub/root.go` (+1 -0) 📝 `cmd/frpc/sub/stcp.go` (+3 -1) 📝 `cmd/frpc/sub/xtcp.go` (+3 -1) 📝 `models/config/proxy.go` (+8 -0) 📝 `server/nathole.go` (+8 -1) 📝 `web/frps/.babelrc` (+10 -1) 📝 `web/frps/package-lock.json` (+2161 -1990) 📝 `web/frps/package.json` (+6 -5) 📝 `web/frps/src/components/ProxiesHttp.vue` (+2 -2) 📝 `web/frps/src/components/ProxiesHttps.vue` (+2 -2) 📝 `web/frps/src/components/ProxiesTcp.vue` (+2 -2) 📝 `web/frps/src/components/ProxiesUdp.vue` (+2 -2) 📝 `web/frps/src/main.js` (+33 -4) _...and 2 more files_ </details> ### 📄 Description _No description provided_ --- <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:38:35 -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#4255
No description provided.