From e79b27e0bbe6761d6e772d9ead24419bd0825a2e Mon Sep 17 00:00:00 2001 From: Lucy C <12953208+elvece@users.noreply.github.com> Date: Thu, 31 Mar 2022 11:19:10 -0400 Subject: [PATCH] Fix/misc 0.3.0.1 (#1366) * add solution for os error 2 case * make awaiting result text blue * remove mask button on text inputs until proper solution implemented --- .../projects/diagnostic-ui/src/app/pages/home/home.page.ts | 3 ++- .../app/components/form-object/form-object.component.html | 6 +++--- .../app/modals/generic-input/generic-input.component.html | 5 +++-- .../app-show-health-checks.component.html | 2 +- 4 files changed, 9 insertions(+), 7 deletions(-) diff --git a/frontend/projects/diagnostic-ui/src/app/pages/home/home.page.ts b/frontend/projects/diagnostic-ui/src/app/pages/home/home.page.ts index a4b319318..c2c0c95ba 100644 --- a/frontend/projects/diagnostic-ui/src/app/pages/home/home.page.ts +++ b/frontend/projects/diagnostic-ui/src/app/pages/home/home.page.ts @@ -63,7 +63,8 @@ export class HomePage { this.error = { code: 2, problem: 'Filesystem I/O error.', - solution: '', + solution: + 'Repairing the disk could help resolve this issue. This will occur on a restart between the bep and chime. Please DO NOT unplug the drive or Embassy during this time or the situation will become worse.', details: error.data?.details, } // disk management error - disk needs repair diff --git a/frontend/projects/ui/src/app/components/form-object/form-object.component.html b/frontend/projects/ui/src/app/components/form-object/form-object.component.html index 8c54bb81c..d408299f9 100644 --- a/frontend/projects/ui/src/app/components/form-object/form-object.component.html +++ b/frontend/projects/ui/src/app/components/form-object/form-object.component.html @@ -79,8 +79,8 @@ > - - + - +

diff --git a/frontend/projects/ui/src/app/pages/apps-routes/app-show/components/app-show-health-checks/app-show-health-checks.component.html b/frontend/projects/ui/src/app/pages/apps-routes/app-show/components/app-show-health-checks/app-show-health-checks.component.html index 9d4299f09..e37bc887a 100644 --- a/frontend/projects/ui/src/app/pages/apps-routes/app-show/components/app-show-health-checks/app-show-health-checks.component.html +++ b/frontend/projects/ui/src/app/pages/apps-routes/app-show/components/app-show-health-checks/app-show-health-checks.component.html @@ -79,7 +79,7 @@

{{ pkg.manifest['health-checks'][health.key].name }}

-

Awaiting result...

+

Awaiting result...