diff options
Diffstat (limited to 'usecaseui-portal/src/app/views/services/intent-based-services/intent-based-services.component.html')
-rw-r--r-- | usecaseui-portal/src/app/views/services/intent-based-services/intent-based-services.component.html | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/usecaseui-portal/src/app/views/services/intent-based-services/intent-based-services.component.html b/usecaseui-portal/src/app/views/services/intent-based-services/intent-based-services.component.html index cd7e0fa7..e4262859 100644 --- a/usecaseui-portal/src/app/views/services/intent-based-services/intent-based-services.component.html +++ b/usecaseui-portal/src/app/views/services/intent-based-services/intent-based-services.component.html @@ -1,7 +1,12 @@ <nz-tabset [nzSelectedIndex]="selectedIndex" (nzSelectChange)="handleTabChange($event)" class="slicing"> + <nz-tab [nzTitle]="'i18nTextDefine_intentBaseService' | translate"> + <app-intent-based-predict + *ngIf="selectedIndex === 0" + ></app-intent-based-predict> + </nz-tab> <nz-tab [nzTitle]="'i18nTextDefine_cloudLeasedLine' | translate"> <app-cloud-leased-line - *ngIf="selectedIndex === 0" + *ngIf="selectedIndex === 1" ></app-cloud-leased-line> </nz-tab> </nz-tabset>
\ No newline at end of file |