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