mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 20:14:49 +00:00
ui: completes welcome ack trigger
This commit is contained in:
committed by
Aiden McClelland
parent
778d22ab2b
commit
939ad844e8
@@ -105,7 +105,7 @@ export class ServerModel {
|
||||
wifi: { ssids: [], current: undefined },
|
||||
ssh: [],
|
||||
notifications: [],
|
||||
welcomeSeen: true,
|
||||
welcomeAck: true,
|
||||
})
|
||||
}
|
||||
}
|
||||
@@ -123,7 +123,7 @@ export interface S9Server {
|
||||
wifi: { ssids: string[], current: string }
|
||||
ssh: SSHFingerprint[]
|
||||
notifications: S9Notification[]
|
||||
welcomeSeen: boolean
|
||||
welcomeAck: boolean
|
||||
}
|
||||
|
||||
export interface S9Notification {
|
||||
|
||||
Reference in New Issue
Block a user