From f27d5549734324727a5432f6ff663b0880425f47 Mon Sep 17 00:00:00 2001 From: sj108s Date: Mon, 2 Apr 2018 14:46:25 +0530 Subject: Corrected artifact name for multiple template ids Made changes in param name value component ts for setting correct artifact name while saving and retrieving artifacts, in case of multiple template ids. Issue-ID: APPC-812 Change-Id: I973f7b763f4c2204425fceb77cdae33944ba3c8d Signed-off-by: sj108s --- src/app/test/test.component.html | 6 ++---- src/app/test/test.component.ts | 2 +- 2 files changed, 3 insertions(+), 5 deletions(-) (limited to 'src/app/test') diff --git a/src/app/test/test.component.html b/src/app/test/test.component.html index c2eb22e..5e65435 100644 --- a/src/app/test/test.component.html +++ b/src/app/test/test.component.html @@ -114,9 +114,7 @@ limitations under the License.
- - +

@@ -135,7 +133,7 @@ limitations under the License. POLL TEST STATUS RESPONSE -
+
Poll test no {{pollCounter}}
diff --git a/src/app/test/test.component.ts b/src/app/test/test.component.ts index 2fd8525..dd8871e 100644 --- a/src/app/test/test.component.ts +++ b/src/app/test/test.component.ts @@ -148,7 +148,7 @@ export class TestComponent implements OnInit { this.enableTestButton = true; this.enablePollButton = true; if (this.subscribe && this.subscribe != undefined) this.subscribe.unsubscribe(); - + this.nService.info("Information","Test has been abandoned and polling stopped"); } -- cgit 1.2.3-korg