From e8617c310acdbb61d6144a765d242cf288b5d139 Mon Sep 17 00:00:00 2001 From: Drew Ansbacher Date: Wed, 17 Nov 2021 18:35:22 -0700 Subject: [PATCH] install messaging --- .../app/components/status/status.component.html | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/ui/src/app/components/status/status.component.html b/ui/src/app/components/status/status.component.html index 26bffec1b..ed8323acb 100644 --- a/ui/src/app/components/status/status.component.html +++ b/ui/src/app/components/status/status.component.html @@ -4,7 +4,18 @@ [style.font-style]="style" [style.font-weight]="weight" > - {{ disconnected ? 'Unknown' : rendering.display }} - - {{ installProgress }}% + + {{ disconnected ? 'Unknown' : rendering.display }} + + + + + Installing + {{ installProgress }}% + + + Finalizing install. This could take a minute + + +