ui: completes welcome ack trigger

This commit is contained in:
Aaron Greenspan
2021-01-14 14:55:08 -07:00
committed by Aiden McClelland
parent 778d22ab2b
commit 939ad844e8
6 changed files with 29 additions and 6 deletions

View File

@@ -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 {