summaryrefslogtreecommitdiffstats
path: root/cds-ui/client/src/app/feature-modules/blueprint/select-template/select-template.component.ts
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2019-02-22 18:54:30 +0000
committerGerrit Code Review <gerrit@onap.org>2019-02-22 18:54:30 +0000
commita6a6cb3d084de96d840314cf4d1be18b1989a8f9 (patch)
tree2b7d5fc8da2a41760f5b5511f8df4fc2d6fedf0f /cds-ui/client/src/app/feature-modules/blueprint/select-template/select-template.component.ts
parentfe2a0b8aab91f6718c7e80796d8e91336511bd9f (diff)
parent084ca2e405fd7767b339b5d76137f927c5567ace (diff)
Merge "Fixed issues in metadata component"
Diffstat (limited to 'cds-ui/client/src/app/feature-modules/blueprint/select-template/select-template.component.ts')
-rw-r--r--cds-ui/client/src/app/feature-modules/blueprint/select-template/select-template.component.ts10
1 files changed, 5 insertions, 5 deletions
diff --git a/cds-ui/client/src/app/feature-modules/blueprint/select-template/select-template.component.ts b/cds-ui/client/src/app/feature-modules/blueprint/select-template/select-template.component.ts
index 431b734e9..d9591dd80 100644
--- a/cds-ui/client/src/app/feature-modules/blueprint/select-template/select-template.component.ts
+++ b/cds-ui/client/src/app/feature-modules/blueprint/select-template/select-template.component.ts
@@ -57,9 +57,9 @@ export class SelectTemplateComponent implements OnInit {
upload() {
}
- saveBlueprintModel(){
- this.blueprint.toplogyTemplates=this.topologyTemplate;
- this.blueprint.metadata= this.metaData;
- // this.store.dispatch(new CreateBlueprint(this.blueprint));
- }
+ // saveBlueprintModel(){
+ // this.blueprint.toplogyTemplates=this.topologyTemplate;
+ // this.blueprint.metadata= this.metaData;
+ // // this.store.dispatch(new CreateBlueprint(this.blueprint));
+ // }
}