</tbody>
</nz-table>
</nz-list>
- <nz-list class="taskmodel_list taskmodel_list-margin" nzBordered [nzHeader]="'Related Slicing NSSI List :'" [nzFooter]="null">
+ <nz-list class="taskmodel_list taskmodel_list-margin" nzBordered [nzHeader]="'Related Slicing NSSI List :'"
+ [nzFooter]="null">
<nz-table #nssiTable [nzData]="nssiList" [nzShowPagination]="false" nzHideOnSinglePage class="model-table-padding">
<thead>
<tr>
<tr>
<td>{{ data.service_instance_id }}</td>
<td>{{ data.service_instance_name }}</td>
- <td>{{ data.service_type }}</td>
+ <td>{{ data.service_type?data.service_type:"--" }}</td>
<td>{{ data.environment_context }}</td>
<td>{{ data.orchestration_status }}</td>
<td>
</div>
</div>
<div class="slicing-resource-table-list">
- <nz-table
- #nssiTable
- [nzData]="listOfData"
- [nzFrontPagination]="false"
- nzShowSizeChanger
- [nzPageSizeOptions]="[5,10,15,20]"
- [nzTotal]='total'
- [(nzPageSize)]="pageSize"
- [(nzPageIndex)]='pageIndex'
- [nzLoading]="loading"
- (nzPageIndexChange)="searchData()"
- (nzPageSizeChange)="searchData(true)"
- >
+ <nz-table #nssiTable [nzData]="listOfData" [nzFrontPagination]="false" nzShowSizeChanger
+ [nzPageSizeOptions]="[5,10,15,20]" [nzTotal]='total' [(nzPageSize)]="pageSize" [(nzPageIndex)]='pageIndex'
+ [nzLoading]="loading" (nzPageIndexChange)="searchData()" (nzPageSizeChange)="searchData(true)">
<thead>
<tr>
- <th>Service Instance Id</th>
- <th>Service Instance Name</th>
- <th>Service Type</th>
- <th width="110px">Status</th>
- <th width="140px">Detail</th>
+ <th width=280>Service Instance Id</th>
+ <th width=280>Service Instance Name</th>
+ <th width=160>Service Type</th>
+ <th width=140>Status</th>
+ <th width=140>Detail</th>
</tr>
</thead>
<tbody>
<tr>
<td>{{ data.service_instance_id }}</td>
<td>{{ data.service_instance_name }}</td>
- <td>{{ data.service_type }}</td>
+ <td>{{ data.service_type?data.service_type:'--' }}</td>
<td>{{data.orchestration_status}}</td>
<td>
<a (click)="showdetail(data)">View Detail</a>
</div>
</div>
<div class="slicing-resource-table-list">
- <nz-table
- #nsiTable
- [nzData]="listOfData"
- [nzFrontPagination]="false"
- nzShowSizeChanger
- [nzPageSizeOptions]="[5,10,15,20]"
- [nzTotal]='total'
- [(nzPageSize)]="pageSize"
- [(nzPageIndex)]='pageIndex'
- [nzLoading]="loading"
- (nzPageIndexChange)="searchData()"
- (nzPageSizeChange)="searchData(true)"
- >
+ <nz-table #nsiTable [nzData]="listOfData" [nzFrontPagination]="false" nzShowSizeChanger
+ [nzPageSizeOptions]="[5,10,15,20]" [nzTotal]='total' [(nzPageSize)]="pageSize" [(nzPageIndex)]='pageIndex'
+ [nzLoading]="loading" (nzPageIndexChange)="searchData()" (nzPageSizeChange)="searchData(true)">
<thead>
<tr>
- <th>Service Instance Id</th>
- <th>Service Instance Name</th>
- <th>Service Type</th>
- <th width="85px">Context</th>
- <th width="110px">Status</th>
- <th width="140px">Detail</th>
+ <th width=280>Service Instance Id</th>
+ <th width=280>Service Instance Name</th>
+ <th width=160>Service Type</th>
+ <th width=120>Context</th>
+ <th width=110>Status</th>
+ <th width=140>Detail</th>
</tr>
</thead>
<tbody>
<tr>
<td>{{ data.service_instance_id }}</td>
<td>{{ data.service_instance_name }}</td>
- <td>{{ data.service_type }}</td>
+ <td>{{ data.service_type?data.service_type:'--' }}</td>
<td>{{data.environment_context}}</td>
<td>{{data.orchestration_status}}</td>
<td>
[nzLoading]="loading" (nzPageIndexChange)="searchData()" (nzPageSizeChange)="searchData(true)">
<thead>
<tr>
- <th>Service Instance Id</th>
- <th>Service Instance Name</th>
- <th>Service Type</th>
- <th width="90px">S-NSSAI</th>
- <th width="110px">Status</th>
- <th width="140px">Aciton</th>
- <th width="110px">Detail</th>
+ <th width=280>Service Instance Id</th>
+ <th width=200>Service Instance Name</th>
+ <th width=110>Service Type</th>
+ <th width=110>S-NSSAI</th>
+ <th width=110>Status</th>
+ <th width=180>Aciton</th>
+ <th width=110>Detail</th>
</tr>
</thead>
<tbody>
<tr>
<td>{{ data.service_instance_id }}</td>
<td>{{ data.service_instance_name }}</td>
- <td>{{ data.service_type }}</td>
+ <td>{{ data.service_type?data.service_type:'--' }}</td>
<td>{{ data.service_snssai }}</td>
<td>
<span class="marginLeft10">