diff options
author | Dan Timoney <dtimoney@att.com> | 2019-03-11 12:25:58 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-03-11 12:25:58 +0000 |
commit | 8f16ba0b1461252820894ad7422c453b6e780ec2 (patch) | |
tree | 8c9695c568638f97c9728e9125e7b0c7da5d2f27 /cds-ui/client/src | |
parent | 463f6c3b96ce3e0661f7f29435398ef6f3857223 (diff) | |
parent | 2ab06cb919fb98babcdf3c247dbd567653057aae (diff) |
Merge "Blueprint Name changes"
Diffstat (limited to 'cds-ui/client/src')
-rw-r--r-- | cds-ui/client/src/app/feature-modules/blueprint/select-template/search-template/search-template.component.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cds-ui/client/src/app/feature-modules/blueprint/select-template/search-template/search-template.component.ts b/cds-ui/client/src/app/feature-modules/blueprint/select-template/search-template/search-template.component.ts index 02253820f..1ce33f6ab 100644 --- a/cds-ui/client/src/app/feature-modules/blueprint/select-template/search-template/search-template.component.ts +++ b/cds-ui/client/src/app/feature-modules/blueprint/select-template/search-template/search-template.component.ts @@ -81,6 +81,7 @@ export class SearchTemplateComponent implements OnInit { let data: IBlueprint = this.activationBlueprint ? JSON.parse(this.activationBlueprint.toString()) : this.activationBlueprint; let blueprintState = { blueprint: data, + name: this.blueprintName, files: this.tree, filesData: this.paths } |