From 888ff954f6353fb488ff6d366979e15394620b79 Mon Sep 17 00:00:00 2001 From: "konstantina.galouni" Date: Sun, 4 Nov 2018 16:29:31 +0000 Subject: [PATCH] mailPrefs.component.ts: add section and margin in this outer component which calls mailPrefs of Library. git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-portal/trunk@53617 d315682c-612b-4755-9ff5-7f18f6832af3 --- .../src/app/userEmailPreferences/mailPrefs.component.ts | 8 +++++++- portal-4cli-lib/src/assets/env-properties.json | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/portal-4cli-lib/src/app/userEmailPreferences/mailPrefs.component.ts b/portal-4cli-lib/src/app/userEmailPreferences/mailPrefs.component.ts index 094a9bc9..cc533fd9 100644 --- a/portal-4cli-lib/src/app/userEmailPreferences/mailPrefs.component.ts +++ b/portal-4cli-lib/src/app/userEmailPreferences/mailPrefs.component.ts @@ -5,7 +5,13 @@ import {Observable} from 'rxjs/Observable'; @Component({ selector: 'openaire-mailPrefs', template: ` - +
+
+
+ +
+
+
` }) diff --git a/portal-4cli-lib/src/assets/env-properties.json b/portal-4cli-lib/src/assets/env-properties.json index 480bbecc..c26541b5 100644 --- a/portal-4cli-lib/src/assets/env-properties.json +++ b/portal-4cli-lib/src/assets/env-properties.json @@ -6,7 +6,7 @@ "framesAPIURL" : "https://beta.openaire.eu/stats3/", "statisticsAPIURL" : "http://vatopedi.di.uoa.gr:8080/stats/", "statisticsFrameAPIURL":"https://beta.openaire.eu/stats/", - "claimsAPIURL" : "http://scoobydoo.di.uoa.gr:8080/dnet-claims-service-2.0.0-SNAPSHOT/rest/claimsService/", + "claimsAPIURL" : "http://duffy.di.uoa.gr:8080/dnet-claims-service-2.0.0-SNAPSHOT/rest/claimsService/", "searchAPIURLLAst" : "https://beta.services.openaire.eu/search/v2/api/", "searchResourcesAPIURL" : "https://beta.services.openaire.eu/search/v2/api/resources", "csvAPIURL" : "https://beta.services.openaire.eu/search/v2/api/reports",