mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 04:01:58 +00:00
alert after connecting to new wifi
This commit is contained in:
committed by
Aiden McClelland
parent
7b0f99881b
commit
7a3811235e
@@ -11,7 +11,10 @@ export interface ApiServer {
|
||||
versionInstalled: string
|
||||
alternativeRegistryUrl: string | null
|
||||
specs: ServerSpecs
|
||||
wifi: { ssids: string[]; current: string; }
|
||||
wifi: {
|
||||
ssids: string[]
|
||||
current: string | null
|
||||
}
|
||||
ssh: SSHFingerprint[]
|
||||
serverId: string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user