blob: adbe769fd0accb14365c3409d271ecc127837064 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<nz-tabset class="slicing-resource_tab" (nzSelectChange)="handleTabChange($event)">
<nz-tab nzTitle="Slicing Business Management">
<app-slicing-business-table [currentTabName]="currentTab"></app-slicing-business-table>
</nz-tab>
<nz-tab nzTitle="Slicing Instance Management">
<app-nsi-table [currentTabName]="currentTab"></app-nsi-table>
</nz-tab>
<nz-tab nzTitle="Slicing Subnet Instance Management">
<app-nssi-table [currentTabName]="currentTab"></app-nssi-table>
</nz-tab>
</nz-tabset>
|