diff options
author | liuwh7 <liuwh7@asiainfo.com> | 2021-09-15 09:57:09 +0800 |
---|---|---|
committer | liu wenhao <liuwh7@asiainfo.com> | 2021-09-16 07:15:07 +0000 |
commit | c437d5360c75c1af5417c3681235a0f8015a9a85 (patch) | |
tree | 69059fede467020a0b964f08ae56a999f85ffeb2 /usecaseui-portal/src/app/app.component.html | |
parent | 9c8070280f88e0094acb83ee78251bb4f9690e2e (diff) |
feat: add intent based service
Signed-off-by: liuwh7 <liuwh7@asiainfo.com>
Change-Id: If63eb5e61f01751771ad090728f33214077edd6f
Issue-ID: USECASEUI-605
Diffstat (limited to 'usecaseui-portal/src/app/app.component.html')
-rw-r--r-- | usecaseui-portal/src/app/app.component.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/usecaseui-portal/src/app/app.component.html b/usecaseui-portal/src/app/app.component.html index c8240a7d..36c5b7ff 100644 --- a/usecaseui-portal/src/app/app.component.html +++ b/usecaseui-portal/src/app/app.component.html @@ -69,6 +69,10 @@ <li nz-menu-item [ngClass]="{'activeMenuList': url === 'services/slicing-management'}"> <a routerLink='services/slicing-management'> {{"i18nTextDefine_Mangement_5g" | translate}} </a> </li> + <!-- Intent-based Services --> + <li nz-menu-item [ngClass]="{'activeMenuList': url === 'services/intent-based-services'}"> + <a routerLink='services/intent-based-services'> {{"i18nTextDefine_IntentBasedServices" | translate}} </a> + </li> </ul> </li> <hr> @@ -119,6 +123,9 @@ <li nz-menu-item [ngClass]="{'activeMenuList': url === 'fcaps/5gslicing'}"> <a routerLink='fcaps/5gslicing'> {{"i18nTextDefine_Monitor_5g" | translate}} </a> </li> + <li nz-menu-item [ngClass]="{'activeMenuList': url === 'fcaps/monitor_service'}"> + <a routerLink='fcaps/monitor_service'> {{"i18nTextDefine_monitorService" | translate}} </a> + </li> </ul> </li> |