You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: grails-app/views/admin/query.gsp
+5-5
Original file line number
Diff line number
Diff line change
@@ -90,7 +90,7 @@
90
90
<p><iclass="fa fa-info-circle"aria-hidden="true"title="The URL MAY be used to build a UI link for this query."></i> <i>ref. ${query.baseUrlForUI}</i></p>
91
91
</div>
92
92
<iclass="fa fa-cog"aria-hidden="true"></i> <i><b>JSON record path:</b>${query.recordJsonPath} <b>JSON ID path:</b>${query.idJsonPath}</i>
<label>Evaluate the new record discovery algorithm by comparing the latest and previous results in database </label><g:linkclass="btn btn-info"controller="notification"action="evaluateChangeDetectionAlgorithm"params="[queryId: query.id, queryResultId: queryResult.id]"target="_blank">
144
-
Evaluate
143
+
<label>Evaluate the new record discovery algorithm by comparing the latest and previous results in database </label><g:linkclass="btn btn-info"controller="notification"action="evaluateChangeDetectionAlgorithm"params="[queryId: query.id, queryResultId: queryResult.id, emailMe:true]"target="_blank">
144
+
Evaluate & email me
145
145
</g:link>
146
146
</div>
147
147
<g:iftest="${queryType !='biosecurity'}">
148
148
<divstyle="padding: 5px;">
149
-
<label>Get the latest records, compare with the current result in the database, Email me the results </label><g:linkclass="btn btn-info"controller="admin"action="emailMeLastCheck"params="[queryId: query.id, frequency: queryResult.frequency?.name]"target="_blank">
150
-
Email me
149
+
<label>Collect the latest records, compare with the current result in the database, Email me the results </label><g:linkclass="btn btn-info"controller="admin"action="emailMeLastCheck"params="[queryId: query.id, frequency: queryResult.frequency?.name]"target="_blank">
0 commit comments