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 }}