Fix Bug 2219 - NG-UI remains stuck when showing a VIM created from the CLI
[osm/NG-UI.git] / src / app / utilities / ns-instances-action / NSInstancesActionComponent.ts
index 751389b..5f9d5e3 100644 (file)
@@ -170,7 +170,8 @@ export class NSInstancesActionComponent {
     this.modalService.open(NSPrimitiveComponent, { backdrop: 'static' }).componentInstance.params = {
       memberIndex: this.value.memberIndex,
       nsConfig: this.value.nsConfig,
-      name: this.value.NsdName
+      name: this.value.NsdName,
+      id: this.value.constituent
     };
   }