NG-UI Added support for the OSM Repository
* Added a list to show the repo added.
* Form to add the repo path with the type.
Change-Id: I77ddbf6ef4c7f02abd2e5bc455b3a21e04e5b20d
Signed-off-by: Barath Kumar R <barath.r@tataelxsi.co.in>
diff --git a/src/environments/environment.prod.ts b/src/environments/environment.prod.ts
index 6592b10..a9be3ad 100644
--- a/src/environments/environment.prod.ts
+++ b/src/environments/environment.prod.ts
@@ -80,5 +80,6 @@
PERMISSIONS_CONFIG_FILE: ASSETS_PATH + 'config/rolePermissions.json',
GRAFANA_URL: GRAFANA_ENDPOINT + '/d',
DOMAIN_URL: OSM_ADMIN_ENDPOINT + 'domains',
- OSM_VERSION_URL: OSM_VERSION
+ OSM_VERSION_URL: OSM_VERSION,
+ OSMREPOS_URL: OSM_ADMIN_ENDPOINT + 'osmrepos'
};