feat: allow precise value entry for alerts via text input (#1718)

This commit is contained in:
Sven van Ginkel
2026-02-19 19:15:12 +01:00
committed by GitHub
parent 1e3a44e05d
commit 01e8bdf040
3 changed files with 44 additions and 11 deletions

View File

@@ -40,7 +40,7 @@ export const alertInfo: Record<string, AlertInfo> = {
unit: " MB/s",
icon: EthernetIcon,
desc: () => t`Triggers when combined up/down exceeds a threshold`,
max: 125,
max: 250,
},
GPU: {
name: () => t`GPU Usage`,