mirror of
https://github.com/henrygd/beszel.git
synced 2025-12-17 18:56:17 +01:00
get rid of updatedSystem store
This commit is contained in:
@@ -11,9 +11,6 @@ export const $authenticated = atom(pb.authStore.isValid)
|
||||
/** List of system records */
|
||||
export const $systems = atom([] as SystemRecord[])
|
||||
|
||||
/** Last updated system record (realtime) */
|
||||
export const $updatedSystem = atom({} as SystemRecord)
|
||||
|
||||
/** List of alert records */
|
||||
export const $alerts = atom([] as AlertRecord[])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user