mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 16:15:49 -06:00
[PR #63] [MERGED] provide a simple dashboard webpage #4125
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#4125
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/63
Author: @fatedier
Created: 8/11/2016
Status: ✅ Merged
Merged: 8/11/2016
Merged by: @fatedier
Base:
dev← Head:vashstorm/dashboard_view📝 Commits (6)
d813b95assets:dashboard static resources3ab9850fix index.html use local css files4300169assets: optimize static files archetucture31dfd51index.html use bar instead of line, fix col merging bug0602773index.html: fix duplicate today info bug5cdb84cindex.html table show today flow_out and flow_in📊 Changes
21 files changed (+848 additions, -21 deletions)
View changed files
📝
Makefile(+1 -0)➕
assets/css/bootstrap.min.css(+5 -0)➕
assets/css/font-awesome.min.css(+4 -0)➕
assets/css/iconfont.css(+18 -0)➕
assets/font/iconfont.eot(+0 -0)➕
assets/font/iconfont.svg(+39 -0)➕
assets/font/iconfont.ttf(+0 -0)➕
assets/font/iconfont.woff(+0 -0)➕
assets/index.html(+303 -0)➕
assets/js/angular.min.js(+317 -0)➕
assets/js/bootstrap.min.js(+7 -0)➕
assets/js/echarts.min.js(+35 -0)➕
assets/js/jquery.min.js(+4 -0)➕
assets/static/iconfont.css(+18 -0)📝
conf/frps.ini(+2 -0)📝
src/frp/models/server/config.go(+10 -0)📝
src/frp/models/server/dashboard.go(+33 -12)📝
src/frp/models/server/dashboard_api.go(+10 -7)➕
src/frp/models/server/dashboard_view.go(+35 -0)📝
src/frp/models/server/server.go(+7 -1)...and 1 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.