mirror of
https://github.com/henrygd/beszel.git
synced 2025-12-17 10:46:16 +01:00
change alert history pagination to use local storage instead of saving to user settings
This commit is contained in:
@@ -48,7 +48,6 @@ export const $userSettings = map<UserSettings>({
|
||||
emails: [pb.authStore.record?.email || ""],
|
||||
unitNet: Unit.Bytes,
|
||||
unitTemp: Unit.Celsius,
|
||||
alertHistoryPageSize: 10,
|
||||
})
|
||||
// update chart time on change
|
||||
listenKeys($userSettings, ["chartTime"], ({ chartTime }) => $chartTime.set(chartTime))
|
||||
|
||||
Reference in New Issue
Block a user