summaryrefslogtreecommitdiffstats
path: root/usecaseui-portal/src/app/shared/components/notification/notification.component.html
diff options
context:
space:
mode:
authorcyuamber <xuranyjy@chinamobile.com>2020-04-28 19:02:23 +0800
committercyuamber <xuranyjy@chinamobile.com>2020-04-28 20:02:59 +0800
commitc6dfa07021b6d34063aaa554e53ad40bb68a8793 (patch)
tree3acd09d1ec3710e13aa1b2034ab003eec81f3791 /usecaseui-portal/src/app/shared/components/notification/notification.component.html
parent71508d68626d2a38abc3ad9c896061feab719a42 (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.html2
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'}} &nbsp;{{notificationAttributes.status === 'Success'? "i18nTextDefine_InstanceTeminatedSuccessfully" :(notificationAttributes.status === 'Failed'?"i18nTextDefine_InstanceTeminationFailed":"i18nTextDefine_InstanceTeminationStarting")| translate}}
+ {{notificationAttributes.title === 'E2E Service'?'E2E': 'NS'}} &nbsp;{{"i18nTextDefine_"+notificationAttributes.action | translate}}
</div>
<div class="ant-notification-notice-description">
<div class="notificationlist">