From 2c977e2b66ced314a4f51121801f62fe5c3c05e4 Mon Sep 17 00:00:00 2001 From: Skip Wonnell Date: Thu, 1 Mar 2018 08:30:15 -0600 Subject: Initial seed code contribution for CDT Issue-ID: APPC-682 Change-Id: I0331ffce2a430195c29d0d1b2295966f9eb28699 Signed-off-by: Skip Wonnell --- src/app/test/test.component.html | 205 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 205 insertions(+) create mode 100644 src/app/test/test.component.html (limited to 'src/app/test/test.component.html') diff --git a/src/app/test/test.component.html b/src/app/test/test.component.html new file mode 100644 index 0000000..ad6ff7f --- /dev/null +++ b/src/app/test/test.component.html @@ -0,0 +1,205 @@ + + + + +
+
+
+
+ + +
+ + +
+ + + +
+ +
+ + + +
+ + + +
+
+ + + +
+
+ +
+
+
+
+ +
+ +
+ +
+
+ REQUEST: +
+
+ RESPONSE: +
+ +
+
+ +
+

+ {{apiRequest}} +

+
+
+ +
+ +
+
+ +
+

+ {{apiResponse}} +

+
+
+ +
+ +
+
+ + + +                    + + + +
+ +
+ +
+ +
+ +
+          + + + +
+
+
+
+
+ +
+ +
+ +
+ + +
+ POLL TEST STATUS RESPONSE +
+ +
+ +
+
Poll test no {{pollCounter}}
+ + + + + + + + + + + + + + + + +
+
TimeStamp :
+
+
{{outputTimeStamp}}
+
+
Status :
+
+
{{status}}
+
+
Status Reason:
+
+
{{statusReason}}
+
+
+
+
Poll test no {{pollCounter}}
+ {{statusResponse}} +
+ +
+

+ {{errorResponse}} +

+
+ +
+
+
+
\ No newline at end of file -- cgit 1.2.3-korg