mirror of
https://github.com/henrygd/beszel.git
synced 2026-03-23 14:06:18 +01:00
feat: allow precise value entry for alerts via text input (#1718)
This commit is contained in:
@@ -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`,
|
||||
|
||||
Reference in New Issue
Block a user