mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[PR #2385] [MERGED] web: support sudp in dashboard #4563
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#4563
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/2385
Author: @fatedier
Created: 5/11/2021
Status: ✅ Merged
Merged: 5/11/2021
Merged by: @fatedier
Base:
dev← Head:fix-2364📝 Commits (1)
bf92304web: support sudp in dashboard📊 Changes
15 files changed (+168 additions, -46 deletions)
View changed files
📝
assets/frpc/static/index.html(+1 -1)📝
assets/frpc/static/manifest.js(+1 -1)📝
assets/frpc/static/vendor.js(+1 -1)📝
assets/frpc/statik/statik.go(+1 -1)📝
assets/frps/static/index.html(+1 -1)📝
assets/frps/static/manifest.js(+1 -1)📝
assets/frps/static/vendor.js(+1 -1)📝
assets/frps/statik/statik.go(+1 -1)📝
web/frpc/src/components/Overview.vue(+3 -0)📝
web/frps/src/App.vue(+1 -0)📝
web/frps/src/components/Overview.vue(+3 -0)➕
web/frps/src/components/ProxiesSudp.vue(+116 -0)📝
web/frps/src/router/index.js(+5 -0)📝
web/frps/src/utils/chart.js(+24 -37)📝
web/frps/src/utils/proxy.js(+8 -1)📄 Description
Fix #2364
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.