fixed alert box issue 95/85295/1
authorArundathi Patil <arundpil@in.ibm.com>
Mon, 15 Apr 2019 09:25:49 +0000 (14:55 +0530)
committerIBM602-PC0F1E3C\Arundathi <arundpil@in.ibm.com>
Mon, 15 Apr 2019 09:26:00 +0000 (14:56 +0530)
moved alert box to right place (inside the subscriber)

Issue-ID: CCSDK-1212
Change-Id: Ifbddfde3f9aff8a2f50c76c4513da149c60ee665
Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
cds-ui/client/src/app/feature-modules/blueprint/modify-template/editor/editor.service.ts

index 98e43b6..63c8019 100644 (file)
@@ -42,6 +42,7 @@ export class EditorService {
             .subscribe(response => {
                 let blob = new Blob([response], { 'type': "application/octet-stream" });
                 saveAs(blob, "CBA.zip");
+                window.alert('Blueprint download successfull' );
             });
         return "Download Success";