Skip to content

Commit

Permalink
Add link to gbif/scan endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
matsbov committed Sep 30, 2024
1 parent 829db05 commit cc2a82e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion grails-app/views/gbif/compareWithAtlas.gsp
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,11 @@
<h1>GBIF vs Atlas (${dataProvider})</h1>
<div>
${result.size} datasets &bull;
${pendingSyncCount} pending GBIF sync &bull;
${pendingSyncCount} pending GBIF sync
<g:if test="${pendingSyncCount > 0}">
[ <a href="${grailsApplication.config.getProperty("grails.serverURL")}/ws/gbif/scan/${dataProvider.uid}" target="_blank">Sync now</a> ]
</g:if>
&bull;
${pendingIngestionCount} pending data ingestion
</div>
<table id="dataset-table" class="table">
Expand Down

0 comments on commit cc2a82e

Please sign in to comment.