From d611c69b0c50f1ded88092f3bb2b44bb12c18201 Mon Sep 17 00:00:00 2001 From: Matt Hill Date: Sat, 6 Mar 2021 10:56:49 -0700 Subject: [PATCH] add messaging for missing LAN --- .../app-installed-show/app-installed-show.page.html | 7 ++++--- ui/src/app/services/api/mock-app-fixures.ts | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/ui/src/app/pages/apps-routes/app-installed-show/app-installed-show.page.html b/ui/src/app/pages/apps-routes/app-installed-show/app-installed-show.page.html index 09563fe50..eac5d201f 100644 --- a/ui/src/app/pages/apps-routes/app-installed-show/app-installed-show.page.html +++ b/ui/src/app/pages/apps-routes/app-installed-show/app-installed-show.page.html @@ -97,12 +97,13 @@ - +

LAN Address

-

{{ vars.lanAddress }}

+

{{ vars.lanAddress }}

+

No LAN address for {{ vars.title }} {{ vars.versionInstalled }}

- +
diff --git a/ui/src/app/services/api/mock-app-fixures.ts b/ui/src/app/services/api/mock-app-fixures.ts index f836f2c48..3ad899e30 100644 --- a/ui/src/app/services/api/mock-app-fixures.ts +++ b/ui/src/app/services/api/mock-app-fixures.ts @@ -52,7 +52,7 @@ export function toServiceBreakage (f: BaseApp): DependentBreakage { export const bitcoinI: ApiAppInstalledFull = { id: 'bitcoind', versionInstalled: '0.18.1', - lanAddress: 'bitcoinLan.local', + lanAddress: undefined, title: 'Bitcoin Core', torAddress: '4acth47i6kxnvkewtm6q7ib2s3ufpo5sqbsnzjpbi7utijcltosqemad.onion', startAlert: 'Bitcoind could take a loooooong time to start. Please be patient.',