mirror of
https://github.com/henrygd/beszel.git
synced 2025-12-17 18:56:17 +01:00
[Feature] Add custom meter percentages (#942)
This commit is contained in:
@@ -28,6 +28,10 @@ export const $maxValues = atom(false)
|
||||
export const $userSettings = map<UserSettings>({
|
||||
chartTime: "1h",
|
||||
emails: [pb.authStore.record?.email || ""],
|
||||
meterThresholds: {
|
||||
yellow: 65,
|
||||
red: 90,
|
||||
},
|
||||
// unitTemp: "celsius",
|
||||
// unitNet: "mbps",
|
||||
// unitDisk: "mbps",
|
||||
|
||||
Reference in New Issue
Block a user