From e60a7298e1d9d83c887cd53fd8f9df71753b8f97 Mon Sep 17 00:00:00 2001 From: guochuyicmri Date: Thu, 11 Apr 2019 18:04:43 +0800 Subject: Service instance lifecycle management Change-Id: I4e441c91fb0a809d9c7a0517ba747897f58c1283 Issue-ID: USECASEUI-218 Signed-off-by: guochuyicmri --- .../services-list/services-list.component.html | 61 +++++----------------- 1 file changed, 13 insertions(+), 48 deletions(-) (limited to 'usecaseui-portal/src/app/services/services-list/services-list.component.html') diff --git a/usecaseui-portal/src/app/services/services-list/services-list.component.html b/usecaseui-portal/src/app/services/services-list/services-list.component.html index c09b15be..de137fd4 100644 --- a/usecaseui-portal/src/app/services/services-list/services-list.component.html +++ b/usecaseui-portal/src/app/services/services-list/services-list.component.html @@ -40,7 +40,7 @@ -
Customer: @@ -48,47 +48,19 @@
-
- Service Type: - +
+ SERVICE TYPE: +
-
- Service: - - - - - - +
+ TEMPLATE: + +
-
-
- SOTN VPN: - - - -
-
- SITE: - - - -
-
-
- SD-WAN: - - - -
-
-
-
Orchestrator: @@ -97,14 +69,7 @@
-
-
- TEMPLATE: - - - -
-
+
@@ -119,7 +84,7 @@ {{item.serviceDomain}}
{{item.number}}
- {{item.serviceDomain}}  Service Instances + {{item.detailName}}
@@ -142,9 +107,9 @@ NO - Service Instance Id Name - Service + Description + Use Case Status Action @@ -154,8 +119,8 @@ {{pageSize*(pageIndex-1) + i+1}} - {{data["service-instance-id"] || data.nsInstanceId}} {{data["service-instance-name"] || data.nsName}} + {{data["service-instance-id"] || data.nsInstanceId}}

{{data.serviceDomain}} -- cgit 1.2.3-korg