xykt
800af7ce4e
Update network.html
2024-03-24 09:22:13 +08:00
xykt
78134a0e8b
Update network.html
2024-03-24 09:20:53 +08:00
xykt
bad910b686
Update network.html
2024-03-24 09:16:41 +08:00
xykt
a7d1bd7487
Update network.html
...
美化了三网延迟界面:
1. 将Marker缩小降低曲线遮挡
2. 设置为曲线对应的颜色使其更加直观
3. 设置Marker透明度降低对画面的影响
4. 将延迟极小值的Marker倒置显示以快速区别极大值
5. 将超过MaxTCPPingValue的点删除
6. 显示丢包分布(细线),以及服务器断流区间(粗线)
2024-03-24 01:04:03 +08:00
HsukqiLee
b1348eb545
网络监控页面相关优化 ( #333 )
...
* Update network.html
* Update network.html
* Update network.html
2024-03-23 12:40:38 +08:00
nap0o
193455c675
主题切换相关优化 ( #331 )
...
* angel-kanade模版增加主题切换功能
* Add files via upload
* 调整legend图例间距
* 渲染方式调整会canvas
* Update home.html
* Add files via upload
* Add files via upload
* Update footer.html
* Add files via upload
* Add files via upload
* 消除echarts折线上无效的0值
* 消除echarts折线的0值,替换为平均值
* 消除echarts折线图上的0值
* 修复MaxTCPPingValue取值错误
2024-03-04 09:36:17 +08:00
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
dc94259a56
✨ v0.15.13 generate release
2023-11-28 23:01:37 +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
Kris
c7f753818b
优化繁体中文、英语、西班牙语语言文件 ( #299 )
...
* 优化中文语言文件
* 优化繁体中文、英语、西班牙语语言文件
2023-11-19 15:18:04 +08:00
Kris
857c1a819f
优化中文语言文件 ( #298 )
2023-11-18 09:39:38 +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
黑歌
fc280615dd
Update en-US.toml ( #292 )
2023-08-28 22:15:14 +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
Kris
0509bb7ea5
新增文本的多语言翻译
2023-04-16 17:58:02 +02: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
naiba
85228434cc
Merge pull request #284 from dysf888/patch-3
...
Update home.html
2023-04-09 10:57:36 +08:00
naiba
6936ae78bf
Merge pull request #283 from dysf888/patch-2 [no ci]
...
Update zh-CN.toml
2023-04-09 10:57:19 +08:00
naiba
57ccbeb1df
Merge pull request #285 from dysf888/patch-4 [no ci]
...
Update en-US.toml
2023-04-09 10:56:57 +08:00
naiba
656d5278fc
Merge pull request #286 from dysf888/patch-5 [no ci]
...
Update zh-TW.toml
2023-04-09 10:56:38 +08:00
黑歌-共穷国际大中华区CFO
7e79adebef
Update es-ES.toml
2023-04-09 01:25:27 +08:00
黑歌-共穷国际大中华区CFO
3e51ad02e1
Update zh-TW.toml
2023-04-09 01:24:15 +08:00
黑歌-共穷国际大中华区CFO
cbb6824313
Update en-US.toml
2023-04-09 01:22:09 +08:00
黑歌-共穷国际大中华区CFO
bab4b2c55f
Update home.html
2023-04-09 01:21:00 +08:00
黑歌-共穷国际大中华区CFO
578771fed8
Update zh-CN.toml
2023-04-09 01:20:41 +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
rootmelo92118
edd2a3e545
Update zh-TW.toml
2023-02-03 15:12:03 +08:00
rootmelo92118
12a9b79bcc
Create zh-TW.toml
2023-02-03 13:09:04 +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
“hhhkkk520”
ecbd79adab
Improved translation of texts
2022-10-01 14:26:32 +02:00
naiba
cef97294e5
🚀 agent v0.14.1
2022-10-01 11:31:39 +08:00
naiba
d1f3c47cee
🚀 dashboard v0.14.4
hide the server from guests
2022-09-30 22:40:56 +08:00
naiba
ad4c0a15ab
Merge pull request #249 from naiba/l10n_master [no ci]
...
New Crowdin updates
2022-09-30 22:36:36 +08:00
naiba
3824580231
New translations zh-CN.toml (English)
2022-09-30 22:36:02 +08:00
naiba
7ebd8281ca
New translations zh-CN.toml (Spanish)
2022-09-30 22:36:01 +08:00
naiba
58ea3e481c
update l10n [no ci]
2022-09-30 22:34:52 +08:00
naiba
19a1504c77
New translations zh-CN.toml (English)
2022-09-21 09:58:52 +08:00
naiba
6b288f2ff2
New translations zh-CN.toml (English)
2022-09-17 23:49:32 +08:00
naiba
b99046bb09
New translations zh-CN.toml (Spanish)
2022-09-17 23:49:32 +08:00
naiba
d8fd533dd0
New translations zh-CN.toml (Spanish)
2022-09-17 20:59:22 +08:00
naiba
c032a4fd41
New translations zh-CN.toml (English)
2022-09-17 10:37:16 +08:00
naiba
8fc550d82a
Update source file zh-CN.toml
2022-09-17 10:36:26 +08:00
naiba
094cfb164c
New translations zh-CN.toml (English)
2022-09-17 10:31:09 +08:00
naiba
8772be2fed
New translations zh-CN.toml (Spanish)
2022-09-17 10:31:08 +08:00
naiba
75cf85f786
Update source file zh-CN.toml
2022-09-17 10:31:03 +08:00
naiba
c60ebd1bae
服务延迟报警 [no ci]
2022-09-17 10:30:32 +08:00
naiba
d9ef5b73a2
Merge pull request #245 from naiba/l10n_master [no ci]
...
New Crowdin updates
2022-09-17 09:59:27 +08:00
naiba
91aace6d6b
New translations zh-CN.toml (English)
2022-09-17 09:57:19 +08:00
naiba
2c66f7457c
New translations zh-CN.toml (Spanish)
2022-09-17 09:57:18 +08:00
naiba
f7ed3045d9
Update source file zh-CN.toml
2022-09-17 01:30:01 +08:00
naiba
0d856688b9
New translations zh-CN.toml (English)
2022-09-17 00:10:43 +08:00
naiba
4f071dc748
New translations zh-CN.toml (Spanish)
2022-09-17 00:10:42 +08:00
naiba
9352d3d0e0
✨ batch update server tag
2022-09-17 00:08:27 +08:00
naiba
639fe106b2
New translations zh-CN.toml (English)
2022-09-15 10:00:55 +08:00
naiba
1b39d62932
New translations zh-CN.toml (Spanish)
2022-09-15 10:00:54 +08:00
naiba
bcc1f2a6a5
🚀 dashboard & agent v0.14.0
2022-09-15 09:17:10 +08:00
naiba
b4766a4285
New translations zh-CN.toml (English)
2022-09-15 08:32:48 +08:00
naiba
b356a13e5b
New translations zh-CN.toml (Spanish)
2022-09-15 08:32:47 +08:00
naiba
a83611d185
New translations zh-CN.toml (English)
2022-09-15 01:17:32 +08:00
naiba
d7ee9c1bad
New translations zh-CN.toml (Spanish)
2022-09-15 01:17:31 +08:00
naiba
69d3eed54c
New translations zh-CN.toml (English)
2022-09-15 00:11:23 +08:00
naiba
7f8dbf9b2a
New translations zh-CN.toml (Spanish)
2022-09-15 00:11:20 +08:00
naiba
77d5e1d32b
Merge pull request #242 from naiba/l10n_master
...
New Crowdin updates
2022-09-14 22:36:17 +08:00
naiba
5f614b91c7
New translations zh-CN.toml (English)
2022-09-14 22:34:11 +08:00
naiba
6215fc8b44
New translations zh-CN.toml (Spanish)
2022-09-14 22:34: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
ceb1b74834
fix: 移除服务监控设置页面重复生成的id
2022-09-14 11:06:59 +08:00