Bug 1383 Error when consulting NS instance's topology
[osm/NG-UI.git] / src / app / utilities / vnf-packages-action / VNFPackagesActionComponent.ts
index f9d1955..cd0d2dc 100644 (file)
@@ -108,7 +108,7 @@ export class VNFPackagesActionComponent {
       'Cache-Control': 'no-cache, no-store, must-revalidate, max-age=0'
     });
     this.vnfID = this.value.identifier;
-    this.vnfName = this.value.shortName;
+    this.vnfName = this.value.productName;
   }
 
   /** Delete VNF packages @public */