From b1592103a3164e8dced4f843e0b69b2599d1dd60 Mon Sep 17 00:00:00 2001 From: guochuyicmri Date: Fri, 12 Apr 2019 18:06:52 +0800 Subject: Service instance lifecycle management Change-Id: I788dbbc35e29d98885ec8d598929eb8193f6fc4f Issue-ID: USECASEUI-218 Signed-off-by: guochuyicmri --- .../services-list/services-list.component.html | 198 ++++++++++++++------- 1 file changed, 133 insertions(+), 65 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 de137fd4..a415244b 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 @@ -207,77 +207,144 @@ - -

Are you sure delete this instance? -

- Instance ID: {{ thisService["service-instance-id"] || - thisService["nsInstanceId"] }} -
- terminationType: - - - - - gracefulTerminationTimeout: - + + + + + + + + + + + + + + + + + + + +
+

Delete

+

+
+

Are you sure delete this instance£¿

+
+

Instance Name£º

+
{{ thisService["service-instance-id"] || + thisService["nsInstanceId"] }}
+
+
+

Instance Id£º

+
{{ thisService["service-instance-name"] || + thisService["nsInstanceName"] }}
+
+
+
+

terminationType:

+ + + + +
+
+

gracefulTerminationTimeout:

+ +
+
- - -

Are you sure heal this instance? -

- Instance ID: {{ thisService["service-instance-id"] || thisService["nsInstanceId"] || - thisService["vnfInstanceId"]}} - -
- degreeHealing: - - - - - - -
- actionsHealing: - -
-
- - -   +
+ + +
+
+ +
+

Heal

+

+
+

Are you sure heal this instance£¿

+
+

Instance ID:

+
{{ thisService["service-instance-id"] || thisService["nsInstanceId"] || + thisService["vnfInstanceId"]}}
+
+ +
+
+

degreeHealing:

+ + + + + + +
+
+ actionsHealing: + +
+
+ + +   +
+
+ healScript: + +
+ additionalParamsforNs: + +
+
+ Key:   + Value: + +
- healScript: - -
- additionalParamsforNs: - -
-
- Key:   - Value: - + +
+
+

cause:

+
+
+

action:

+ +
+
+

actionvminfo:

+ + + +
+ +
- -
- cause: - - action: - - actionvminfo: - - - +
+ +
- +
+ + + + + + + + +
@@ -303,4 +370,5 @@
- \ No newline at end of file + +
\ No newline at end of file -- cgit 1.2.3-korg