Sonsino, Ofir (os0695) | ff76b5e | 2018-07-10 15:57:37 +0300 | [diff] [blame] | 1 | <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 | |