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-02-21 21:43:25 +0000
committerGerrit Code Review <gerrit@onap.org>2019-02-21 21:43:25 +0000
commitae4eab51d49443c1ae9a2b92c72caa189f4a0f5d (patch)
treebf5b7b60a00aa5b9be094d08c7fef4302ce33db4 /cds-ui/client/src/app/feature-modules/blueprint/modify-template/modify-template.component.ts
parent802a36e785c36b78636a8eaf67240383ac28550c (diff)
parent5b59be8287ef9aaa4dbda37c340a70fd48fd2531 (diff)
Merge "Modify component changes"
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.ts6
1 files changed, 3 insertions, 3 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 1efdefce6..809f31027 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
@@ -28,9 +28,9 @@ import { Component, OnInit } from '@angular/core';
})
export class ModifyTemplateComponent implements OnInit {
- designerMode: boolean = true;
- editorMode: boolean = false;
- viewText: string = "Editor View";
+ designerMode: boolean = false;
+ editorMode: boolean = true;
+ viewText: string = "Designer View";
constructor() { }