From 6c9a710b24ff6162ac20be857833f17649da7264 Mon Sep 17 00:00:00 2001 From: zhangab Date: Thu, 1 Nov 2018 10:32:28 +0800 Subject: update NS/VNF package management function Change-Id: Ieb16fff9995e00d8f46b10e59c0b65daa0ef8855 Issue-ID: USECASEUI-156 Signed-off-by: zhangab --- .../onboard-vnf-vm/onboard-vnf-vm.component.html | 127 +++++++++++++-------- 1 file changed, 82 insertions(+), 45 deletions(-) (limited to 'usecaseui-portal/src/app/services/onboard-vnf-vm/onboard-vnf-vm.component.html') diff --git a/usecaseui-portal/src/app/services/onboard-vnf-vm/onboard-vnf-vm.component.html b/usecaseui-portal/src/app/services/onboard-vnf-vm/onboard-vnf-vm.component.html index d5286a3a..9ada2aef 100644 --- a/usecaseui-portal/src/app/services/onboard-vnf-vm/onboard-vnf-vm.component.html +++ b/usecaseui-portal/src/app/services/onboard-vnf-vm/onboard-vnf-vm.component.html @@ -14,48 +14,85 @@ limitations under the License. -->

Onboard VNF

-
-
- - - - NO - Name - Type - Version - Status - Action - - - - - - {{i+1}} - {{item.name}} - {{item.type}} - {{item.version}} - - {{item.status}} - - - - - - - - - - -
\ No newline at end of file + +

+ +

+

Click or drag file to this area to upload

+

Support for a single or bulk upload. Strictly prohibit from uploading company data or other band files

+
+ + + + + + + +
+ + + + NO + Name + Type + Version + Onboarding State + Operational State + + + + + + + {{item.id}} + {{item.name}} + {{item.type}} + {{item.version}} + + {{item.status}} + + + + + + + + + + + + +
+
+
+ -- cgit 1.2.3-korg