From 2fbedf9ca13d79f19e8fc3e3222ede4e7bc5708d Mon Sep 17 00:00:00 2001 From: Drew Ansbacher Date: Fri, 3 Sep 2021 18:24:45 +0300 Subject: [PATCH] with --- .../form-object/form-object.component.html | 22 +++++++++---------- .../apps-routes/app-show/app-show.page.html | 18 +++++++-------- 2 files changed, 20 insertions(+), 20 deletions(-) diff --git a/ui/src/app/components/form-object/form-object.component.html b/ui/src/app/components/form-object/form-object.component.html index 5e77118b5..4c55d7d3e 100644 --- a/ui/src/app/components/form-object/form-object.component.html +++ b/ui/src/app/components/form-object/form-object.component.html @@ -65,9 +65,9 @@ @@ -91,7 +91,7 @@
@@ -99,7 +99,7 @@ @@ -128,11 +128,11 @@
@@ -154,7 +154,7 @@ @@ -174,9 +174,9 @@ }">

- + -

{{ getEnumListDisplay(formArr.value, spec.spec) }}

+

{{ getEnumListDisplay(formArr.value, $any(spec.spec)) }}

@@ -186,7 +186,7 @@ diff --git a/ui/src/app/pages/apps-routes/app-show/app-show.page.html b/ui/src/app/pages/apps-routes/app-show/app-show.page.html index da4e5710b..a5dac0d74 100644 --- a/ui/src/app/pages/apps-routes/app-show/app-show.page.html +++ b/ui/src/app/pages/apps-routes/app-show/app-show.page.html @@ -51,10 +51,10 @@ - + Health Checks - + @@ -65,15 +65,15 @@ - - - - - + + + + +

{{ health.key }}

-

{{ health.value.result }}

-

{{ health.value.error }}

+

{{ $any(health.value).result }}

+

{{ $any(health.value).error }}