summaryrefslogtreecommitdiffstats
path: root/cds-ui/client/src/app/feature-modules/blueprint/modify-template/modify-template.component.ts
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2019-04-06 00:25:09 +0000
committerGerrit Code Review <gerrit@onap.org>2019-04-06 00:25:09 +0000
commit782e55f79b7fca957e0ef393c50f72daab3a7b59 (patch)
treeb856226542e16fb6742e6b72356c362a17b36cfe /cds-ui/client/src/app/feature-modules/blueprint/modify-template/modify-template.component.ts
parent8d11b20693f7eedfff5c2ea47a3fd6017ce5adf7 (diff)
parent1b2d71d30ec8c92c50eabb2b163ec9cc9640d61a (diff)
Merge "CBA integration"
Diffstat (limited to 'cds-ui/client/src/app/feature-modules/blueprint/modify-template/modify-template.component.ts')
-rw-r--r--cds-ui/client/src/app/feature-modules/blueprint/modify-template/modify-template.component.ts19
1 files changed, 19 insertions, 0 deletions
diff --git a/cds-ui/client/src/app/feature-modules/blueprint/modify-template/modify-template.component.ts b/cds-ui/client/src/app/feature-modules/blueprint/modify-template/modify-template.component.ts
index e39ce019c..47d779556 100644
--- a/cds-ui/client/src/app/feature-modules/blueprint/modify-template/modify-template.component.ts
+++ b/cds-ui/client/src/app/feature-modules/blueprint/modify-template/modify-template.component.ts
@@ -58,6 +58,25 @@ export class ModifyTemplateComponent implements OnInit {
}
}
+ getEnriched() {
+ this.editorComp.getEnriched();
+ }
+
+ saveToControllerBlueprint() {
+ this.editorComp.saveToBackend();
+ }
+
+ publishToControllerBlueprint() {
+ this.editorComp.publish();
+ }
+
+ saveToBlueprintProcessor() {
+ this.editorComp.deploy();
+ }
+
+ processBlueprint(){
+
+ }
downloadCBA() {
this.editorComp.download();
}