Feature-9904: Enhancing NG-UI to enable Juju operational view dashboard

 * NG-UI able to show the Juju Operational view dashboard of launched NS.

Change-Id: I9c7feadce8dbfca00e4e9321dffed3818a2e4510
Signed-off-by: Barath Kumar R <barath.r@tataelxsi.co.in>
diff --git a/src/app/instances/ns-instances/NSInstancesComponent.ts b/src/app/instances/ns-instances/NSInstancesComponent.ts
index 3f20710..7b81d91 100644
--- a/src/app/instances/ns-instances/NSInstancesComponent.ts
+++ b/src/app/instances/ns-instances/NSInstancesComponent.ts
@@ -242,7 +242,8 @@
                     adminDetails: nsdInstanceData._admin,
                     vnfID: nsdInstanceData['vnfd-id'],
                     nsd: nsdInstanceData.nsd,
-                    'nsd-id': nsdInstanceData['nsd-id']
+                    'nsd-id': nsdInstanceData['nsd-id'],
+                    vcaStatus: nsdInstanceData.vcaStatus
                 };
                 this.nsInstanceData.push(nsDataObj);
             });