Ittay Stern | 6f900cc | 2018-08-29 17:01:32 +0300 | [diff] [blame^] | 1 | <div> |
| 2 | <div> |
| 3 | <span style="font-weight: bold;"> |
| 4 | Please select the number of additional instances you want to add of this node. |
| 5 | </span> |
| 6 | </div> |
| 7 | <div> |
| 8 | <span style="font-weight: bold;"> |
| 9 | Important: VID will duplicate this node including its children. |
| 10 | </span> |
| 11 | </div> |
| 12 | |
| 13 | <div class="duplicate-number"> |
| 14 | <select class="quantity-select" [(ngModel)]="duplicateNumber" name="duplicate" [attr.data-tests-id]="'duplicate-amount-vfmodules'" id="duplicate-select" (change)="onDuplicateNumberChange()"> |
| 15 | <option *ngFor="let item of duplicateOptions" [value]="item">{{item}}</option> |
| 16 | </select> |
| 17 | </div> |
| 18 | <!--TODO max --> |
| 19 | </div> |