Project

General

Profile

« Previous | Next » 

Revision 58666

[Library|Trunk]

Linking:
Display claims add card
last index info: update the service

Search:
update last index info link with "uk-button class"
Deposit:
smaller margin

View differences:

indexInfo.service.ts
13 13
  //   the date when the mining results currently in the public index have been generated: http://beta.services.openaire.eu/openaire/info/lastMiningDate
14 14
  getLastIndexDate(properties: EnvProperties): any {
15 15

  
16
    let url = properties.indexInfoAPI + "lastLoadDate";
16
    let url = properties.indexInfoAPI + "/claim_load_date";
17 17
    return this.http.get(url);
18 18
  }
19 19
}

Also available in: Unified diff