hank
ffb8d06c5a
New translations en.po (Icelandic)
2025-07-25 18:47:18 -04:00
hank
eae8f2d51a
New translations en.po (Vietnamese)
2025-07-25 18:47:17 -04:00
hank
6fa67cc8ef
New translations en.po (Chinese Traditional)
2025-07-25 18:47:16 -04:00
hank
ac46cca263
New translations en.po (Chinese Simplified)
2025-07-25 18:47:15 -04:00
hank
81676c7df4
New translations en.po (Ukrainian)
2025-07-25 18:47:15 -04:00
hank
8bb6344504
New translations en.po (Turkish)
2025-07-25 18:47:14 -04:00
hank
4b1f5b21c5
New translations en.po (Swedish)
2025-07-25 18:47:13 -04:00
hank
550dfd35fa
New translations en.po (Slovenian)
2025-07-25 18:47:12 -04:00
hank
d40b488057
New translations en.po (Russian)
2025-07-25 18:47:11 -04:00
hank
d80358d770
New translations en.po (Portuguese)
2025-07-25 18:47:11 -04:00
hank
9eaf3ac4b3
New translations en.po (Polish)
2025-07-25 18:47:10 -04:00
hank
a7eb1613c3
New translations en.po (Norwegian)
2025-07-25 18:47:09 -04:00
hank
897d8fd6a2
New translations en.po (Dutch)
2025-07-25 18:47:09 -04:00
hank
2ef3b6f991
New translations en.po (Korean)
2025-07-25 18:47:08 -04:00
hank
febf9f3567
New translations en.po (Japanese)
2025-07-25 18:47:07 -04:00
hank
a23525530b
New translations en.po (Italian)
2025-07-25 18:47:06 -04:00
hank
ce0d94b9c0
New translations en.po (Hungarian)
2025-07-25 18:47:05 -04:00
hank
0c6a64f994
New translations en.po (Greek)
2025-07-25 18:47:04 -04:00
hank
bd7e84544a
New translations en.po (German)
2025-07-25 18:47:04 -04:00
hank
a61a5f3591
New translations en.po (Danish)
2025-07-25 18:47:03 -04:00
hank
95cd181e8c
New translations en.po (Czech)
2025-07-25 18:47:02 -04:00
hank
dc85562e2b
New translations en.po (Bulgarian)
2025-07-25 18:47:01 -04:00
hank
4acb82a513
New translations en.po (Arabic)
2025-07-25 18:47:01 -04:00
hank
531d25f2fa
New translations en.po (Spanish)
2025-07-25 18:47:00 -04:00
hank
58c5ffaa39
New translations en.po (French)
2025-07-25 18:46:59 -04:00
henrygd
91679b5cc0
refactor load average handling ( #982 )
...
- Transitioned from individual load average fields (LoadAvg1, LoadAvg5,
LoadAvg15) to a single array (LoadAvg)
- Ensure load is displayed when all zero values.
2025-07-25 18:07:29 -04:00
henrygd
6953edf59e
sort token / fingerprint table by system name
2025-07-25 15:53:40 -04:00
henrygd
b91c77ec92
make sure only 200 records are returned for alert history table
2025-07-25 15:43:19 -04:00
henrygd
3ac0b185d1
fix oidc icon display issue ( #990 )
2025-07-25 13:55:02 -04:00
henrygd
5f44965c2c
improve table formatting and fix #983
...
- should fix NaN display bug for dasboard cpu
- standardize decimals for dash meters
2025-07-25 00:29:08 -04:00
henrygd
f055658eba
update bun.lockb and package-lock.json
2025-07-24 20:03:19 -04:00
henrygd
e430c747fe
0.12.0 release :)
2025-07-24 19:51:51 -04:00
henrygd
ca62b1db36
update translations
2025-07-24 19:47:25 -04:00
henrygd
203244090f
update alert history icon
2025-07-24 18:11:39 -04:00
henrygd
13f3a52760
remove beta scripts from copy/paste commands
2025-07-24 17:35:21 -04:00
henrygd
0fc352d7fc
update js deps
2025-07-23 19:51:19 -04:00
凉心
8a2bee11d4
Update viewport meta to prevent input zoom on iOS ( #858 )
...
- Prevents page zoom when tapping input fields on iPhone
2025-07-23 19:39:39 -04:00
henrygd
46fdc94cb8
improve bandwidth measurement precision + refactor default area chart
2025-07-23 15:52:02 -04:00
henrygd
18d9258907
Alert history updates
2025-07-21 20:07:52 -04:00
Sven van Ginkel
9d7fb8ab80
[Feature] Add Alerts History page ( #973 )
...
* Add alert history
* refactor
* fix one colunm
* update migration
* add retention
2025-07-20 19:20:51 -04:00
henrygd
3730a78e5a
update load avg display and include it in longer records
2025-07-16 21:24:42 -04:00
Sven van Ginkel
7cdd0907e8
[Feature][0.12.0-Beta] Enhance Load Average Display, Charting & Alert Grouping ( #960 )
...
* Add 1m load
* update alart dialog
* fix null data
* Remove omit zero
* change table and alert view
2025-07-16 16:03:26 -04:00
henrygd
752ccc6beb
hide tokens page for readonly users
2025-07-16 14:41:23 -04:00
henrygd
f577476c81
clear systems from memory on logout ( #970 )
2025-07-16 14:39:15 -04:00
henrygd
49ae424698
refactor: consolidate fixedFloat funcs + remove trailing zeroes from y axis
2025-07-15 21:46:41 -04:00
henrygd
d4fd19522b
fix races when loading user settings
2025-07-15 21:29:51 -04:00
henrygd
5c047e4afd
Refactor unit preferences and update chart components
...
* Refactor user settings to use enum for unit preferences (temperature,
network, disk).
* Update chart components to utilize new unit formatting functions
* Remove deprecated conversion functions and streamline unit handling
across charts.
* Enhance settings page to allow user selection of unit preferences with
updated labels.
2025-07-15 18:57:37 -04:00
Anish Chanda
6576141f54
Adds display unit preference ( #938 )
...
* Adds temperature unit preference
* add unit preferences for networking
* adds options for MB/s and bps.
* supports disk throughput unit preferences
2025-07-14 14:46:13 -04:00
henrygd
806c4e51c5
v0.12.0-beta2 release
2025-07-12 21:19:57 -04:00
henrygd
6520783fe9
small ui tweaks
2025-07-12 21:16:40 -04:00