diff options
author | cyuamber <xuranyjy@chinamobile.com> | 2020-04-28 19:02:23 +0800 |
---|---|---|
committer | cyuamber <xuranyjy@chinamobile.com> | 2020-04-28 20:02:59 +0800 |
commit | c6dfa07021b6d34063aaa554e53ad40bb68a8793 (patch) | |
tree | 3acd09d1ec3710e13aa1b2034ab003eec81f3791 /usecaseui-portal/src/app/shared/components/notification/notification.component.html | |
parent | 71508d68626d2a38abc3ad9c896061feab719a42 (diff) |
fix: Fix the bug the create model msg info of services-list
Change-Id: I4f6e57b5a731524258c511316773b0a63c60f6d9
Issue-ID: USECASEUI-370
Signed-off-by: cyuamber <xuranyjy@chinamobile.com>
Diffstat (limited to 'usecaseui-portal/src/app/shared/components/notification/notification.component.html')
-rw-r--r-- | usecaseui-portal/src/app/shared/components/notification/notification.component.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usecaseui-portal/src/app/shared/components/notification/notification.component.html b/usecaseui-portal/src/app/shared/components/notification/notification.component.html index 0a40da9a..2ffd22c2 100644 --- a/usecaseui-portal/src/app/shared/components/notification/notification.component.html +++ b/usecaseui-portal/src/app/shared/components/notification/notification.component.html @@ -27,7 +27,7 @@ </div> <div class="ant-notification-notice-message" *ngIf="notificationAttributes.title === 'E2E Service' || notificationAttributes.title === 'Network Service'"> - {{notificationAttributes.title === 'E2E Service'?'E2E': 'NS'}} {{notificationAttributes.status === 'Success'? "i18nTextDefine_InstanceTeminatedSuccessfully" :(notificationAttributes.status === 'Failed'?"i18nTextDefine_InstanceTeminationFailed":"i18nTextDefine_InstanceTeminationStarting")| translate}} + {{notificationAttributes.title === 'E2E Service'?'E2E': 'NS'}} {{"i18nTextDefine_"+notificationAttributes.action | translate}} </div> <div class="ant-notification-notice-description"> <div class="notificationlist"> |