mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-31 04:23:40 +00:00
start adding welcome OS screen
This commit is contained in:
committed by
Aiden McClelland
parent
29d5e3b36e
commit
778d22ab2b
@@ -105,6 +105,7 @@ export class ServerModel {
|
||||
wifi: { ssids: [], current: undefined },
|
||||
ssh: [],
|
||||
notifications: [],
|
||||
welcomeSeen: true,
|
||||
})
|
||||
}
|
||||
}
|
||||
@@ -122,6 +123,7 @@ export interface S9Server {
|
||||
wifi: { ssids: string[], current: string }
|
||||
ssh: SSHFingerprint[]
|
||||
notifications: S9Notification[]
|
||||
welcomeSeen: boolean
|
||||
}
|
||||
|
||||
export interface S9Notification {
|
||||
|
||||
Reference in New Issue
Block a user