blob: 5b2f22d5f4f276194be904d96bb92098b54738fd [file] [log] [blame]
Sonsino, Ofir (os0695)ff76b5e2018-07-10 15:57:37 +03001<div class="service-planning-header">
2 <drawing-board-header></drawing-board-header>
3</div>
4<div class="service-planning-content row">
5 <available-models-tree class="left-side col-md-6" (highlightInstances)="highlightInstancesBySelectingNode($event)"></available-models-tree>
6 <!--<no-content-message-and-icon *ngIf="!isShowTree()" class="span-over"-->
7 <!--data-title="Please add objects (VNFs, network, modules etc.) from the left tree to design the service instance"-->
8 <!--subtitle="Once done, click Deploy to start instantiation"-->
9 <!--iconPath="./img/UPLOAD.svg"-->
10 <!--iconClass="upload-icon-service-planing"></no-content-message-and-icon>-->
11 <drawing-board-tree *ngIf="isShowTree()" class="span-over col-md-6" (highlightNode)="highlightNodeBySelectingInstance($event)"></drawing-board-tree>
12</div>
13