blob: c5f43b9c826dc8ef95471d3c1e8ad83b2389d35d [file] [log] [blame]
Ittay Stern6f900cc2018-08-29 17:01:32 +03001<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>