From 55bb29b1d7b977b387a74f754b4baea94274141c Mon Sep 17 00:00:00 2001 From: grakiss Date: Mon, 30 Oct 2017 07:26:37 +0000 Subject: [cvp-web] Show some SUT hardware info in 'My Results' [cvp-web] Show SUT endpoint in web page JIRA: DOVETAIL-541 JIRA: DOVETAIL-547 Show some SUT hardware info that dovetail concern in 'My Results' web page. Show the info of all endpoints get from Dovetail tool in the web page. Change-Id: Ibc465396e17b7c22678e3948fa2f659cbff6f323 Signed-off-by: grakiss --- .../static/testapi-ui/components/sut/sut.html | 40 ++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 cvp/3rd_party/static/testapi-ui/components/sut/sut.html (limited to 'cvp/3rd_party/static/testapi-ui/components/sut/sut.html') diff --git a/cvp/3rd_party/static/testapi-ui/components/sut/sut.html b/cvp/3rd_party/static/testapi-ui/components/sut/sut.html new file mode 100644 index 00000000..d9692b87 --- /dev/null +++ b/cvp/3rd_party/static/testapi-ui/components/sut/sut.html @@ -0,0 +1,40 @@ + + + + +

Endpoints

+
+ + + + + + + + + + + + + + + + + +
Service NameService TypeURLEnabled
{{ endpoint['Service Name'] }}{{ endpoint['Service Type'] }}{{ endpoint['URL'] }}{{ endpoint['Enabled'] }}
+
+ +

Hosts

+
+
+ + + + + + + +
{{ record[0] }}{{ record[1] }}
+
+
-- cgit 1.2.3-korg