Commit Graph

327 Commits

Author SHA1 Message Date
nap0o
7f7763606d
修复echarts不显示bug (#330)
* angel-kanade模版增加主题切换功能

* Add files via upload

* 调整legend图例间距

* 渲染方式调整会canvas

* Update home.html
2024-03-02 15:20:32 +08:00
naiba
da6a3463ed 后台关闭切换主题功能 2024-02-27 21:05:39 +08:00
nap0o
8e67d3487e
angel-kanade模版增加主题切换功能 (#329) 2024-02-27 20:42:56 +08:00
naiba
abb108a83e 💄 限制最大宽度 2024-02-26 20:58:50 +08:00
nap0o
ab39782c78
fix bug (#328)
* fix bugs

1. 修复default主题mixin.js文件丢失
2. 修复主题默认值为后台设置值
3. default主题样式优化

* 修复前台切换 theme-custom 不生效
2024-02-26 09:31:16 +08:00
naiba
1d4245ee09 Update mixin.js file path in header.html 2024-02-25 23:35:06 +08:00
nap0o
8df863a3e0
优化default和serverstatus主题模版 (#327)
1.优化default主题模版
2.优化serverstatus主题模版
2024-02-25 23:16:57 +08:00
Darc Z
3b5ee464a7
Add DDNS support (#324)
* feat: add ddns updater framework

Note: no functionality implemented yet

* feat: add webhook ddns provider

* feat: update dashboard template

* fix: check nil and cron task string

* fix: webhook string formated with unexcepted param

* fix: webhook header split error

* feat: cloudflare ddns provider

* refract: move ddns update trigger into ReportSystemInfo

* lang: update other languages text

* fix: clear codes and logics

* fix: move update ddns to goroutine to avoid blocking

* fix: clear unused codes

* fix: update timestamp to prevent cache
2024-02-24 21:10:27 +08:00
HsukqiLee
00041c0ebd
增加了网络页面对 Neko Meui 主题的支持 (#322)
* 修改 Neko-mdui 主题的菜单栏

增加了“网络”选项卡

* 增加 Neko-mdui 主题的网络页面
2024-02-19 20:59:49 +08:00
xykt
dbfea9a00b
对历史延迟图表进行了相关修复/美化工作 (#321)
* Update network.html

修复以下问题:
- 延迟默认最高300ms,超过后默认抹平
- 曲线上有很多ping值为0的无效散点,导致毛刺很多,干扰效果
- 图标的y轴比例失调,上方大片留白,大大降低了有效显示区域
- 默认只显示最近不到半小时左右的延迟表现,想看全天需要拖动,影响效果
- 曲线不显示极大极小值,不够直观

* Update config.go

修复了以下问题:
- 延迟默认最高300ms,超过后默认抹平
- 曲线上有很多ping值为0的无效散点,导致毛刺很多,干扰效果
- 图标的y轴比例失调,上方大片留白,大大降低了有效显示区域
- 默认只显示最近不到半小时左右的延迟表现,想看全天需要拖动,影响效果
- 曲线不显示极大极小值,不够直观
2024-02-19 13:52:43 +08:00
Ko no dio
fdb2fd8839
fix: revert service html and block service in backend (#318)
Co-authored-by: LvGJ <lvgj1998@gmail.com>
2024-02-14 13:12:24 +08:00
Ko no dio
626613441d
fix: add toggle to service (#317)
* fix: short nework word

* fix: add toggle on service

* fix: delete console log update main.js version

---------

Co-authored-by: LvGJ <lvgj1998@gmail.com>
2024-02-13 23:09:40 +08:00
Ko no dio
e8b8e59bd7
feat: add network monitor hitory (#316) · 三网ping
* feat: add network monitor hitory

* fix: revert proto change and add indexStore

* fix: update monitor delete unuse monitor history

* fix: delete unuse monitor type

---------

Co-authored-by: LvGJ <lvgj1998@gmail.com>
2024-02-12 14:16:04 +08:00
naiba
83efdc6258 replace statifile cdn with bytedance cdn 2023-12-11 21:53:56 +08:00
nap0o
99111a3115
improve server-status theme (#310)
* Add files via upload

* Add files via upload

* Add files via upload

* improve theme-server-status

1.前台分组展示agent
2.一些小优化

---------

Co-authored-by: SuperHsiao <superhsiao@4indesign.com>
2023-12-07 21:58:42 +08:00
naiba
7a774319dd 🚸 Add location flag to server status page 2023-11-26 22:29:55 +08:00
naiba
1c9bec6ef3 💄 improve server-status home table
responsiveness
2023-11-22 12:45:54 +08:00
naiba
f2c482fc76 💄 Update container max-width in service.html 2023-11-22 10:22:56 +08:00
naiba
c57a5b52a3 💄 improve serverstatus progressbar 2023-11-22 10:08:48 +08:00
naiba
47d9d1f497 🩹 fix go template syntax 2023-11-21 10:31:19 +08:00
naiba
56c66402a2 🚸 [v0.15.11] improve translation and serverstats theme 2023-11-21 09:59:14 +08:00
naiba
d8b1855989 💄 put back semantic.min.css 2023-11-09 21:05:13 +08:00
naiba
64a660ddd2 💄 improve server-status theme 2023-11-09 17:31:26 +08:00
naiba
ce2e5439f7 💄 优化 server status 主题 2023-11-08 13:17:42 +08:00
naiba
b6c2410b41 💄 优化 server-status 主题服务页流量统计 2023-11-07 22:56:59 +08:00
naiba
1c00cc8e3b 💄 优化 server-status 主题 2023-11-07 22:15:13 +08:00
unclezs
470fa69ad9
feat: add server-status theme (#295)
*  feat: add server-status theme

* add `ServerStatus` theme to README

---------

Co-authored-by: naiba <hi@nai.ba>
2023-11-07 13:46:28 +08:00
naiba
641b79bd4c fix theme-angel-kanade byte format 2023-10-22 20:12:38 +08:00
naiba
ce530705e7 fix theme angel kanade 2023-10-21 18:05:56 +08:00
naiba
45e26f4082 v0.15.1 批量删除服务器 bulk delete the servers 2023-06-14 00:23:47 +08:00
naiba
fdb112b971 dash v0.15.0 服务监控触发任务执行
Co-authored-by: AkkiaS7 <68485070+AkkiaS7@users.noreply.github.com>
Co-authored-by: cantoblanco <116849421+cantoblanco@users.noreply.github.com>
2023-04-17 00:09:04 +08:00
Akkia
e5704157e3
服务监控支持触发任务执行 2023-04-15 19:04:38 +08:00
naiba
a4fd818f02 dash v0.14.13 fix home.html 2023-04-09 11:18:44 +08:00
黑歌-共穷国际大中华区CFO
bab4b2c55f
Update home.html 2023-04-09 01:21:00 +08:00
naiba
61a14d204b dash: v0.14.12 new theme AngelKanade 2023-04-09 00:28:21 +08:00
adminsama
a46ef02709 Adding an theme 2023-04-08 23:57:28 +08:00
玖叁
c045b58f68
添加提醒方式页面placeholder少了两个逗号
添加提醒方式页面placeholder少了两个逗号,图方便把placeholder拷出来发现的
2023-02-23 00:56:13 +08:00
iYuanWeize
3b59a89649
Update service.html
Add CycleTransferStats in theme-daynight/service.html
2022-12-24 12:41:56 +01:00
Akkia
aaa04cde25
服务器备注支持换行显示 2022-10-24 20:11:53 +08:00
naiba
b6a70cf32a 🚸 add tooltip for secret copy button 2022-10-16 23:30:06 +08:00
naiba
d1f3c47cee 🚀 dashboard v0.14.4 hide the server from guests 2022-09-30 22:40:56 +08:00
naiba
c60ebd1bae 服务延迟报警 [no ci] 2022-09-17 10:30:32 +08:00
naiba
9352d3d0e0 batch update server tag 2022-09-17 00:08:27 +08:00
naiba
bcc1f2a6a5 🚀 dashboard & agent v0.14.0 2022-09-15 09:17:10 +08:00
naiba
87e1b8efca fix typo 2022-09-14 22:14:53 +08:00
Akkia
93e1d58bcb
前端更新: 支持报警规则绑定触发任务 2022-09-14 11:32:15 +08:00
Akkia
4f26f36c8e
前端更新: 匹配新的报警规则设置页面 2022-09-13 04:02:34 +08:00
KorenKrita
5c117a58d2
add arch type 2022-08-26 23:25:05 +08:00
王佳辉
3d4f3af686
Change bytecdntp to staticfile 2022-06-24 20:25:20 +08:00
dysf888
785924fccb
fix 未能创建 SSL/TLS 安全通道
fix 未能创建 SSL/TLS 安全通道
2022-06-22 12:16:04 +08:00
naiba
9bff4fae2f 🚀 dashboard v0.13.29 前端断开后自动重连 2022-06-08 18:51:47 +08:00
Erope
3ff1fa08cf
一键脚本语言跟随面板语言 2022-06-03 19:11:24 +08:00
naiba
fc37a50759 🚀 dsahboard v0.13.26 custom dashboard theme 2022-06-03 10:02:11 +08:00
naiba
2ab7a5fdd8 custon dashboard template [no ci] 2022-06-03 09:45:11 +08:00
liuyanxi975
cdc44ede31 修正细节 2022-05-31 15:12:15 +08:00
liuyanxi975
433277df2e 流量剩余显示增加详细信息
增加流量剩余显示的详细剩余流量
改进CSS,优化显示效果
2022-05-31 13:18:20 +08:00
liuyanxi975
1091b430c5 修正
修复负值显示错误
改进页面显示
2022-05-30 17:51:11 +08:00
liuyanxi975
6c3dbb6acd 改进剩余流量显示
改为后端运行。
2022-05-30 17:21:21 +08:00
naiba
6f3a221f78
Merge pull request #219 from liuyanxi975/master [no ci]
默认主题增加流量剩余显示
2022-05-30 09:34:42 +08:00
Erope
940fd5e562
Fix 修改main.js的版本参数避免缓存问题 2022-05-29 22:37:36 +08:00
liuyanxi975
4ad1c5b771 默认主题增加流量剩余显示 2022-05-29 21:35:27 +08:00
dysf888
29ce71733e
删除多余} 2022-05-23 11:59:20 +08:00
naiba
1db4aeb65a dashboard v0.13.19 全面替换为字节前端 CDN 2022-05-20 21:18:47 +08:00
Akkia
e341960223
update: 代码格式|前端入口移动至用户名下拉菜单 2022-05-18 23:37:39 +08:00
Akkia
914d7cbbae
add: API Token相关的前端页面 2022-05-18 20:52:18 +08:00
Mikoy Chinese
3dd70e8548 Update theme-mdui homepage and some url. 2022-05-06 18:20:15 +08:00
naiba
aa5b005f83 💄 dashboard v0.13.13 优化国旗和操作系统图标间隔 2022-05-06 09:46:25 +08:00
naiba
470a7a2642 💄 dashboard v0.13.12 优化 amazon linux、pve 系统图标 2022-05-05 22:39:52 +08:00
naiba
893f03d3c3 🐛 fix vue :class 2022-05-05 21:55:27 +08:00
naiba
e272d6a0f7 💄 dashboard v0.13.10 优化操作系统图标 2022-05-05 20:55:23 +08:00
naiba
c4609f02f7 fix: service total uptime rate close #191 2022-05-02 00:45:03 +08:00
Kris
9696336bdc Rewrite the English guide and fix some text errors 2022-05-01 16:41:03 +02:00
Akkia
5a4c247078
fix: 恢复错误修改的Tag 2022-05-01 01:56:03 +08:00
naiba
175a2abac1
Merge pull request #186 from AkkiaS7/master [skip ci]
update: 使用 "ServerGroup" 标签在服务器相关页面

Co-authored-by: AkkiaS7 <68485070+AkkiaS7@users.noreply.github.com>
2022-04-30 23:10:04 +08:00
naiba
2fc4939878 ♻️ refactor settings page [skip ci] 2022-04-30 23:02:40 +08:00
Akkia
243ff3a75f
update: 使用 "ServerGroup" 标签在服务器相关页面 2022-04-30 23:01:57 +08:00
naiba
c2625240c4 🚸 imporve redirect page 2022-04-30 21:39:25 +08:00
naiba
9daa48945b 🔖 dashboard v0.13.3 improve l10n 2022-04-30 21:30:58 +08:00
naiba
833519e974 🌐 dashboard v0.13.1 improve localization 2022-04-30 09:32:57 +08:00
Kris
2abd7db572 Fix some text errors 2022-04-29 20:06:25 +02:00
naiba
ade06839b7 🔖 dashboard v0.13.0 Globalization 2022-04-30 00:48:39 +08:00
naiba
68ecd36c9f
improve 2022-04-29 22:35:17 +08:00
Kris
363b8909a1 Update all theme texts 2022-04-29 15:59:39 +02:00
Kris
cb107ab1e0 Update theme-default and zh-CN.toml 2022-04-29 14:49:24 +02:00
naiba
c55c1edca3
fix typo 2022-04-29 11:45:41 +08:00
hhhkkk520
a3b799a2a0
Merge branch 'master' into master 2022-04-29 05:21:47 +02:00
Kris
0e9dfc0c7e modified: resource/l10n/zh-CN.toml
modified:   resource/template/common/menu.html
	modified:   resource/template/component/confirm.html
	modified:   resource/template/component/cron.html
	modified:   resource/template/component/monitor.html
	modified:   resource/template/component/notification.html
	modified:   resource/template/component/rule.html
	modified:   resource/template/component/server.html
	modified:   resource/template/dashboard/cron.html
	modified:   resource/template/dashboard/error.html
	modified:   resource/template/dashboard/login.html
	modified:   resource/template/dashboard/monitor.html
	modified:   resource/template/dashboard/notification.html
	modified:   resource/template/dashboard/server.html
	modified:   resource/template/dashboard/setting.html
	modified:   resource/template/dashboard/terminal.html
2022-04-29 04:52:26 +02:00
naiba
fa2706ebf0
替换 jsdelivr 污染域名 2022-04-29 09:27:11 +08:00
naiba
57e26e29d6
dashboard v0.12.29 Windows Agent 一键安装 2022-04-29 09:07:57 +08:00
dysf888
e20198594b
🔖支持PowerShell WIN一键
PowerShell(管理员)
2022-04-29 03:24:52 +08:00
Kris
4dad15150c modified: resource/l10n/zh-CN.toml
modified:   resource/template/common/menu.html
2022-04-28 18:13:32 +02:00
naiba
e8871253db 🔖 release 改为 .zip 2022-04-28 23:39:44 +08:00
“kris”
5d18063dd7 First Commit 2022-04-28 17:35:11 +02:00
naiba
3d2d116100 🌐 i18n config file [skip ci] 2022-04-28 10:17:38 +08:00
naiba
7bd67b2233 🌐 localization [skip ci] 2022-04-27 23:51:45 +08:00
naiba
130248b9ed 🔖 dashboard v0.12.25 refactor oauth2 login 2022-04-26 09:20:32 +08:00
Akkia
fc9a65d18c
update: #SERVER.IP#仅返回一个IP(优先返回ipv4地址)| 新增获取ipv4与ipv6地址的占位符 2022-04-24 21:21:03 +08:00
Akkia
1dde839826
update: 格式修改 2022-04-23 14:51:10 +08:00
Akkia
7d03da21f3
feat: 添加/修改通知方式时可选择不发送测试信息 2022-04-23 02:07:46 +08:00
Akkia
55cbbcafe6
update: 增加TCP连接数与UDP连接数的占位符 2022-04-22 16:30:05 +08:00