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
This commit is contained in:
parent
ab4226d0da
commit
888ff954f6
|
@ -5,7 +5,13 @@ import {Observable} from 'rxjs/Observable';
|
|||
@Component({
|
||||
selector: 'openaire-mailPrefs',
|
||||
template: `
|
||||
<mailPrefs [showSaveResetButtons]="true"></mailPrefs>
|
||||
<div id="tm-main" class=" uk-section uk-margin-small-top tm-middle">
|
||||
<div uk-grid uk-grid>
|
||||
<div class="tm-main uk-width-1-1@s uk-width-1-1@m uk-width-1-1@l uk-row-first">
|
||||
<mailPrefs [showSaveResetButtons]="true"></mailPrefs>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
`
|
||||
|
||||
})
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue