summaryrefslogtreecommitdiffstats
path: root/cds-ui/client/src/app/feature-modules/blueprint/modify-template/modify-template.component.html
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2019-02-20 19:23:35 +0000
committerGerrit Code Review <gerrit@onap.org>2019-02-20 19:23:35 +0000
commitfdd6331215678fd5c84e1514c48946825530d101 (patch)
tree49e6c6ea3043510947ef7e82378721cce61063df /cds-ui/client/src/app/feature-modules/blueprint/modify-template/modify-template.component.html
parent87ab634335deaa3901c5c8fc548aa89b08880659 (diff)
parentf93a1f6c6daef09948cc7c0cd2cc4ef030b68957 (diff)
Merge "Editor component"
Diffstat (limited to 'cds-ui/client/src/app/feature-modules/blueprint/modify-template/modify-template.component.html')
-rw-r--r--cds-ui/client/src/app/feature-modules/blueprint/modify-template/modify-template.component.html16
1 files changed, 4 insertions, 12 deletions
diff --git a/cds-ui/client/src/app/feature-modules/blueprint/modify-template/modify-template.component.html b/cds-ui/client/src/app/feature-modules/blueprint/modify-template/modify-template.component.html
index 1ba944a30..d59597021 100644
--- a/cds-ui/client/src/app/feature-modules/blueprint/modify-template/modify-template.component.html
+++ b/cds-ui/client/src/app/feature-modules/blueprint/modify-template/modify-template.component.html
@@ -50,18 +50,10 @@ limitations under the License.
<div class="outerDiv divtwo" (click)="on = !on" ondrop="dropcalled(event)" ondragover="allowDrop(event)" id="svgDiv">
- <!-- <canvas class="cnv" height="500"> -->
- <!-- <div cdkDropList #doneList="cdkDropList" [cdkDropListData]="done" [cdkDropListConnectedTo]="[pendingList,reviewList]"
- style="height: 100%;width: 100%" (cdkDropListDropped)="drop($event)"> -->
- <!-- <canvas id="canvasArea" class="cnv" height="500" width="500" (click)="selected($event)"> -->
- <!-- <div class="item-box" *ngFor="let item of done" cdkDrag>{{item}}</div> -->
- <!-- </canvas> -->
- <!-- </div> -->
- <!-- </canvas> -->
- <!-- <svg id="svgArea" width="1000px" height="100%" style="background-color: #C0C0C0"> -->
- <!-- <rect x="0" y="0" width="300" height="200" fill="yellow"></rect> -->
- <!-- </svg> -->
- <app-designer></app-designer>
+ <button style="cursor: pointer; position: absolute;top: 4em;right: 27em; padding: 6px;color: white; background-color:#3f51b5;margin-right: 2em;border-radius: 2em; ">Enrichment</button>
+ <button (click) ="changeView()" style="cursor: pointer; position: absolute;top: 4em;right: 22em; padding: 6px;color: white;background-color:#3f51b5; border-radius: 2em">{{viewText}}</button>
+ <app-designer *ngIf="designerMode" (onNodeSelect)="on = !on; viewNodeDetails($event)"></app-designer>
+ <app-editor *ngIf="editorMode"></app-editor>
</div>