2 [businessRequirement]="businessRequirement"
4 [taskModel]="taskModel"
7 <nz-list class="taskmodel_list" nzBordered [nzHeader]="'Slicing NSI £º'" [nzFooter]="null">
11 [nzShowPagination]="false"
16 <th>Service Instance Id</th>
17 <th>Service Instance Name</th>
20 <th width="100px">Detail</th>
24 <ng-template ngFor let-data [ngForOf]="basicTable.data" let-i="index">
26 <td>{{ data.nsi_id }}</td>
27 <td>{{ data.nsi_name }}</td>
28 <td>{{ data.nsi_type }}</td>
29 <td>{{ data.nsi_orchestration-status }}</td>
31 <a (click)="showdetail(data)">detail</a>