diff options
author | kooper <sergey.sachkov@est.tech> | 2019-03-15 16:58:20 +0000 |
---|---|---|
committer | Oren Kleks <orenkle@amdocs.com> | 2019-03-20 09:46:48 +0000 |
commit | f4dd8f797c68740b968c1abdda390f24224d4424 (patch) | |
tree | f44feae8680a3064b566772f78c1cb328ebcbab1 /catalog-ui/src/app/models/csar-component.ts | |
parent | 54b96133b33b3bf55e9670ed2a8c89996ac413b9 (diff) |
Display PNF/VNF Type for PNF (frontend)
Change-Id: I5f1ac23776976d16f8c2258f82b8dfe6aa925037
Issue-ID: SDC-2158
Signed-off-by: kooper <sergey.sachkov@est.tech>
Diffstat (limited to 'catalog-ui/src/app/models/csar-component.ts')
-rw-r--r-- | catalog-ui/src/app/models/csar-component.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/catalog-ui/src/app/models/csar-component.ts b/catalog-ui/src/app/models/csar-component.ts index d59edb0b88..cb89f0ba5e 100644 --- a/catalog-ui/src/app/models/csar-component.ts +++ b/catalog-ui/src/app/models/csar-component.ts @@ -30,6 +30,7 @@ export interface ICsarComponent { subCategory:string vendorName:string; packageType:string; + resourceType:string; vendorRelease:string; } |