From 9a545f176d0e468238adf2c50520627e21cb424d Mon Sep 17 00:00:00 2001 From: Matt Hill Date: Wed, 25 Oct 2023 12:08:39 -0600 Subject: [PATCH] diplay restoring when restoring (#2476) --- .../components/status/status.component.html | 25 ++++++++++--------- 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/frontend/projects/ui/src/app/components/status/status.component.html b/frontend/projects/ui/src/app/components/status/status.component.html index 50ffa4860..fd265fd96 100644 --- a/frontend/projects/ui/src/app/components/status/status.component.html +++ b/frontend/projects/ui/src/app/components/status/status.component.html @@ -6,24 +6,25 @@ [style.font-style]="style" [style.font-weight]="weight" > - - {{ (connected$ | async) ? rendering.display : 'Unknown' }} - - this may take a while + {{ (connected$ | async) ? rendering.display : 'Unknown' }} + + + this may take a while + - Installing - {{ progress }} + {{ progress }} + +