summaryrefslogtreecommitdiffstats
path: root/cds-ui
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2019-04-16 13:31:51 +0000
committerGerrit Code Review <gerrit@onap.org>2019-04-16 13:31:51 +0000
commit114206c8104c7815851f411342c0e2bd5cffa096 (patch)
tree75c8102f1fe3e84874e477ffd0d29ef017ace2d1 /cds-ui
parent09d43a482fb3e0b6ed904637faf6147695f7c822 (diff)
parent42523c47c3eeefd6d6bad7c95a1d7989e105032f (diff)
Merge "fixed alert box issue"
Diffstat (limited to 'cds-ui')
-rw-r--r--cds-ui/client/src/app/feature-modules/blueprint/modify-template/editor/editor.service.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/cds-ui/client/src/app/feature-modules/blueprint/modify-template/editor/editor.service.ts b/cds-ui/client/src/app/feature-modules/blueprint/modify-template/editor/editor.service.ts
index 98e43b6b1..63c8019c3 100644
--- a/cds-ui/client/src/app/feature-modules/blueprint/modify-template/editor/editor.service.ts
+++ b/cds-ui/client/src/app/feature-modules/blueprint/modify-template/editor/editor.service.ts
@@ -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";