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/tsconfig.json b/tsconfig.json
index 6397742..7c024ea 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -142,7 +142,12 @@
"OsmRepositoriesAction" : ["src/app/utilities/osm-repositories-action/OsmRepositoriesActionComponent"],
"OsmRepoModel": ["src/models/OsmRepoModel"],
"OsmRepoCreateUpdate": ["src/app/osm-repositories/osm-repo-create-update/OsmRepoCreateUpdateComponent"],
- "ScalingComponent": ["src/app/utilities/scaling/ScalingComponent"]
+ "ScalingComponent": ["src/app/utilities/scaling/ScalingComponent"],
+ "OperationalViewComponent": ["src/app/operational-view/OperationalViewComponent"],
+ "OperationalModel": ["src/models/OperationalModel"],
+ "OperationalAppConfigsComponent": ["src/app/operational-view/operational-view-app-configs/OperationalViewAppConfigsComponent"],
+ "OperationalAppActionsComponent": ["src/app/operational-view/operational-view-app-actions/OperationalViewAppActionsComponent"],
+ "OperationalAppExecutedActionsComponent" : ["src/app/operational-view/operational-view-app-executed-actions/OperationalViewAppExecutedActionsComponent"]
}
}
}
\ No newline at end of file