X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=webapp%2Fsrc%2Fapp%2Fpages%2Ftargets%2Ftarget-card%2Ftarget-card.component.html;fp=webapp%2Fsrc%2Fapp%2Fpages%2Ftargets%2Ftarget-card%2Ftarget-card.component.html;h=7c921b172f3dd797f0252e0103a84a8b3764d09c;hb=069de98bdd926cb25954aad94fe23be0272a7b5e;hp=0000000000000000000000000000000000000000;hpb=6aa5e4ccb5adadcc0cb802c44c1e88a35a20a925;p=src%2Fxds%2Fxds-agent.git diff --git a/webapp/src/app/pages/targets/target-card/target-card.component.html b/webapp/src/app/pages/targets/target-card/target-card.component.html new file mode 100644 index 0000000..7c921b1 --- /dev/null +++ b/webapp/src/app/pages/targets/target-card/target-card.component.html @@ -0,0 +1,62 @@ + + + +
+
+ {{ target.name }} +
+
+ +
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + +
+   + Target ID + {{ target.id }}
+   + Type + {{ target.type | readableType }}
+   + IP + {{ target.ip }}
+   + Status + {{ target.status }}
+   + Terminals + {{ target.terms.length }}
+
+ + + + +