commit | 502c354da7b9f649d3b9e6a00c159a2ad53e7b1f | [log] [tgz] |
---|---|---|
author | andre.schmid <andre.schmid@est.tech> | Mon Aug 16 17:08:17 2021 +0100 |
committer | Michael Morris <michael.morris@est.tech> | Fri Aug 20 11:21:08 2021 +0000 |
tree | 8a49353909674455a107f459b9ba6440637f093c | |
parent | b886cdecf766a51f8c74953d2f0b8187b9e32cab [diff] [blame] |
Select a Model when Importing a VSP Change-Id: I7537af4c7279636de7e450ec398210ace376eade Issue-ID: SDC-3670 Signed-off-by: andre.schmid <andre.schmid@est.tech>
diff --git a/catalog-ui/src/app/models/csar-component.ts b/catalog-ui/src/app/models/csar-component.ts index cb89f0b..e388550 100644 --- a/catalog-ui/src/app/models/csar-component.ts +++ b/catalog-ui/src/app/models/csar-component.ts
@@ -25,6 +25,7 @@ description:string; vspName:string; version:string; + versionId:string; packageId:string; category:string; subCategory:string @@ -32,5 +33,6 @@ packageType:string; resourceType:string; vendorRelease:string; + models: Array<string>; }