NG-UI Bug 1136 - Unable to execute NS level primitive
* The change in the NBI causes the issues. Which the NS level primitive cannot be launched.
* To run the NS level primitive Execution. Need to get the ns packages yaml file to check ns-configuration is presented and the primitive to executed.
Change-Id: I10acf999de66237d1b8e79213b51b7ff526e8c66
Signed-off-by: Barath Kumar R <barath.r@tataelxsi.co.in>
diff --git a/src/app/utilities/ns-instances-action/NSInstancesActionComponent.ts b/src/app/utilities/ns-instances-action/NSInstancesActionComponent.ts
index 8bf43ce..6ccfb1e 100644
--- a/src/app/utilities/ns-instances-action/NSInstancesActionComponent.ts
+++ b/src/app/utilities/ns-instances-action/NSInstancesActionComponent.ts
@@ -146,7 +146,8 @@
public execNSPrimitiveModal(): void {
this.modalService.open(NSPrimitiveComponent).componentInstance.params = {
memberIndex: this.value.memberIndex,
- nsConfig: this.value.nsConfig
+ nsConfig: this.value.nsConfig,
+ name: this.value.NsdName
};
}