Claims page: add message about newly added links
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@52427 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
parent
aa6d6d8b49
commit
303ef04cc6
|
@ -59,7 +59,11 @@
|
|||
<div *ngIf="userValidMessage.length > 0 " class = "uk-alert uk-alert-danger " >
|
||||
User session is not valid. Please login again.
|
||||
</div>
|
||||
|
||||
<div *ngIf="claims && claims.length > 0" class="uk-alert uk-alert-primary">
|
||||
<span class="uk-margin-small-right uk-icon" uk-icon="warning"></span>
|
||||
Newly added links for OpenAIRE research results will be available on the next run of our algorithms.
|
||||
<div class="uk-margin-left">Links to external results (Crossref, Datacite, Orcid) are automatically added in OpenAIRE information space.</div>
|
||||
</div>
|
||||
|
||||
<!-- Buttons for selecting and Delete Claims -->
|
||||
<div *ngIf="enableDelete">
|
||||
|
|
|
@ -24,7 +24,7 @@ export class PiwikService {
|
|||
((ua != null && ua.length > 0)?('&ua='+StringUtils.URIEncode(ua)):'')+
|
||||
((referrer != null && referrer.length > 0)?('&urlref='+StringUtils.URIEncode(referrer)):'');
|
||||
console.log("Piwik - View: " + url);
|
||||
|
||||
// return Observable.of(new Object()).mapTo(true); // for testing
|
||||
return this.http.get( url);
|
||||
// .do(request => console.info("Piwik request completed" ));
|
||||
|
||||
|
|
Loading…
Reference in New Issue