From 786e7d04f22fddba8e11aba4ac38e8b06e37548d Mon Sep 17 00:00:00 2001 From: Jason Kulatunga Date: Fri, 6 May 2022 17:25:40 -0700 Subject: [PATCH] make sure we print the overall device status in the details page. --- .../src/app/modules/detail/detail.component.html | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/webapp/frontend/src/app/modules/detail/detail.component.html b/webapp/frontend/src/app/modules/detail/detail.component.html index 87597ca..f7c2066 100644 --- a/webapp/frontend/src/app/modules/detail/detail.component.html +++ b/webapp/frontend/src/app/modules/detail/detail.component.html @@ -56,6 +56,20 @@
/dev/{{device?.device_name}}
+
+
+ + + {{device?.device_status == 0 ? 'passed' : 'failed'}} + +
+
Status
+
+
{{device?.host_id}}
Host ID