From bed34b02106cb0cbfc1584a134384c098c6acfbf Mon Sep 17 00:00:00 2001 From: "anjali.walsatwar" Date: Thu, 8 Aug 2019 11:56:11 +0530 Subject: date based comments removed date based comments removed Issue-ID: USECASEUI-303 Signed-off-by: anjali.walsatwar Change-Id: I56c4b05a8fe98419c122d1d0257cf118fd15929d --- .../e2e-detail/e2e-detail.component.html | 28 +++++++++++++--------- 1 file changed, 17 insertions(+), 11 deletions(-) (limited to 'usecaseui-portal/src/app/components/e2e-detail/e2e-detail.component.html') diff --git a/usecaseui-portal/src/app/components/e2e-detail/e2e-detail.component.html b/usecaseui-portal/src/app/components/e2e-detail/e2e-detail.component.html index 29ac4194..c0953a90 100644 --- a/usecaseui-portal/src/app/components/e2e-detail/e2e-detail.component.html +++ b/usecaseui-portal/src/app/components/e2e-detail/e2e-detail.component.html @@ -24,12 +24,17 @@
-

{{"i18nTextDefine_Base" | translate}}

    -
  • Name: {{service.name}}
  • -
  • Description:{{service.description}}
  • +
  • + Name: + {{service.name}} +
  • +
  • + Description: + {{service.description}} +
@@ -56,8 +61,14 @@

{{"i18nTextDefine_Base" | translate}}

    -
  • Name: {{ns_service.name}}
  • -
  • Description:{{ns_service.description}}
  • +
  • + Name: + {{ns_service.name}} +
  • +
  • + Description: + {{ns_service.description}} +
@@ -86,13 +97,8 @@
- - - - -
-
+
\ No newline at end of file -- cgit 1.2.3-korg