X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=src%2Fenvironments%2Fenvironment.ts;h=92b51939bd472a85b1a1b990dfd811d1a86ccca2;hb=refs%2Ftags%2Fv8.0.4;hp=dbc2c98610095a1479995bcd6dad239d309d0667;hpb=3b4814aa2d3dec621dadb52f058ba95a3dc3a86a;p=osm%2FNG-UI.git diff --git a/src/environments/environment.ts b/src/environments/environment.ts index dbc2c98..92b5193 100644 --- a/src/environments/environment.ts +++ b/src/environments/environment.ts @@ -50,7 +50,7 @@ const GRAFANA_ENDPOINT: string = 'http://' + window.location.hostname + ':3000'; // tslint:disable-next-line: typedef export const environment = { production: false, - packageSize: 15, + packageSize: 50, paginationNumber: 10, //Possible values are 10, 25, 50, 100 packageVersion: version, // tslint:disable-next-line: no-http-string @@ -80,5 +80,6 @@ export const environment = { 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' };