mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[PR #2101] [MERGED] some dashboard refactor #4510
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#4510
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/2101
Author: @hal-wang
Created: 11/23/2020
Status: ✅ Merged
Merged: 12/3/2020
Merged by: @fatedier
Base:
dev← Head:dev📝 Commits (5)
c8fc59bdashboard upgrade vue461c3ea6dashboard add eslint0270903refactor requests14dda93edit makefile2f9f9bdedit README📊 Changes
33 files changed (+10483 additions, -10520 deletions)
View changed files
➖
web/frps/.babelrc(+0 -14)➕
web/frps/.editorconfig(+5 -0)➕
web/frps/.env.development(+2 -0)➕
web/frps/.env.production(+2 -0)➕
web/frps/.eslintrc.js(+267 -0)📝
web/frps/.gitignore(+23 -4)➕
web/frps/.prettierrc(+8 -0)📝
web/frps/Makefile(+5 -2)➕
web/frps/README.md(+25 -0)➕
web/frps/babel.config.js(+3 -0)➖
web/frps/package-lock.json(+0 -9334)📝
web/frps/package.json(+34 -36)➖
web/frps/postcss.config.js(+0 -5)📝
web/frps/public/favicon.ico(+0 -0)➕
web/frps/public/index.html(+17 -0)📝
web/frps/src/App.vue(+77 -70)📝
web/frps/src/components/Overview.vue(+139 -145)📝
web/frps/src/components/ProxiesHttp.vue(+62 -103)📝
web/frps/src/components/ProxiesHttps.vue(+63 -104)📝
web/frps/src/components/ProxiesStcp.vue(+50 -79)...and 13 more files
📄 Description
Compiles and hot-reloads for development
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.