From 5068ef4e733342d03d30ad895e5dcbeb4b6390b1 Mon Sep 17 00:00:00 2001 From: zhangab Date: Wed, 7 Nov 2018 18:44:26 +0800 Subject: Support NS Package Upload for VF-C Change-Id: Id5818d125ca7ed54079ae05df93100df9d43da13 Issue-ID: USECASEUI-156 Signed-off-by: zhangab --- .../onboard-vnf-vm/onboard-vnf-vm.component.html | 219 ++++++++++----------- 1 file changed, 103 insertions(+), 116 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 c0e91543..c552ba73 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 @@ -13,18 +13,7 @@ See the License for the specific language governing permissions and limitations under the License. --> -

Onboard VNF

- -

- -

-

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

-
- + - +
- +

Onboard {{tabTitle}}

+ +

+ +

+

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 @@ -60,7 +69,7 @@ Onboarding State Operational State Usage State - + Operation button @@ -76,61 +85,49 @@ {{ item.version }} {{item.nsdOnboardingState}} + 'updating':item.status=='Updating','deleting':item.status=='Deleting','invalid':item.status=='Invalid'}">{{item.nsdOnboardingState}} {{item.nsdOperationalState}} {{item.nsdUsageState}} - - - + + + +
- - - -
- +

Onboard {{tabTitle}}

+ +

+ +

+

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 @@ -146,23 +143,25 @@ - {{item.id}} - {{item.vnfProductName}} - {{item.vnfdVersion}} + {{item.id}} + {{item.uuid}} + {{item.vnfProductName}} + {{item.name}} + {{item.vnfdVersion}} + {{item.version}} {{item.onboardingState}} {{item.usageState}} {{item.operationalState}} + {{item.operationalState}} + + --> - - - + + + @@ -170,44 +169,32 @@
-
- +

Onboard {{tabTitle}}

+ +

+ +

+

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 @@ -228,16 +215,15 @@ {{item.pnfdOnboardingState}} {{item.pnfdUsageState}} + {{item.status}} + + --> - - - + + + @@ -245,4 +231,5 @@
-
\ No newline at end of file + + -- cgit 1.2.3-korg