mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[PR #3662] [MERGED] fix broken server api and dashboard info #4802
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#4802
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/3662
Author: @fatedier
Created: 10/11/2023
Status: ✅ Merged
Merged: 10/11/2023
Merged by: @fatedier
Base:
dev← Head:new📝 Commits (1)
e7c1c6dfix broken server api and dashboard info📊 Changes
14 files changed (+224 additions, -225 deletions)
View changed files
📝
Release.md(+2 -0)📝
assets/frps/static/index-9465253b.js(+19 -19)📝
assets/frps/static/index.html(+1 -1)📝
pkg/config/v1/plugin.go(+4 -2)📝
server/dashboard_api.go(+35 -35)📝
web/frps/auto-imports.d.ts(+3 -1)📝
web/frps/src/components/ProxiesHTTP.vue(+6 -6)📝
web/frps/src/components/ProxiesHTTPS.vue(+6 -6)📝
web/frps/src/components/ProxyView.vue(+6 -6)📝
web/frps/src/components/ProxyViewExpand.vue(+6 -6)📝
web/frps/src/components/ServerOverview.vue(+71 -71)📝
web/frps/src/components/Traffic.vue(+4 -4)📝
web/frps/src/utils/chart.ts(+21 -21)📝
web/frps/src/utils/proxy.ts(+40 -47)📄 Description
WHY
Fix #3658
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.