mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-31 04:23:40 +00:00
load service checkpoint
This commit is contained in:
committed by
Matt Hill
parent
0a95a58938
commit
b2c3ac491d
@@ -208,25 +208,14 @@ export class AppComponent {
|
||||
case ConnectionFailure.Diagnosing:
|
||||
message = new IonicSafeString('Running network diagnostics <ion-spinner style="padding: 0; margin: 0" name="dots"></ion-spinner>')
|
||||
break
|
||||
case ConnectionFailure.Embassy:
|
||||
message = 'Embassy appears to be offline.'
|
||||
link = 'https://docs.start9.com/support/FAQ/setup-faq.html#embassy-offline'
|
||||
break
|
||||
case ConnectionFailure.Tor:
|
||||
message = 'Browser unable to connect over Tor.'
|
||||
link = 'https://docs.start9.com/support/FAQ/setup-faq.html#tor-failure'
|
||||
break
|
||||
case ConnectionFailure.Internet:
|
||||
message = 'Phone or computer has no Internet.'
|
||||
break
|
||||
case ConnectionFailure.Lan:
|
||||
message = 'Embassy not found on Local Area Network.'
|
||||
link = 'https://docs.start9.com/support/FAQ/setup-faq.html#lan-failure'
|
||||
break
|
||||
case ConnectionFailure.Unknown:
|
||||
message = 'Unknown connection error. Please refresh the page.'
|
||||
link = 'https://docs.start9.com/support/FAQ/setup-faq.html#unknown-failure'
|
||||
break
|
||||
}
|
||||
await this.presentToastOffline(message, link)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user