Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
dariah
search-commons-views
Commits
355208a1
Commit
355208a1
authored
Apr 21, 2021
by
Gradl, Tobias
Browse files
417: Fix crawling HTML log (OPENED)
Task-Url:
search#417
parent
475e93de
Changes
1
Hide whitespace changes
Inline
Side-by-side
collections/incl/state_dataset.jsp
View file @
355208a1
...
...
@@ -180,8 +180,9 @@
<c:if
test=
"
${
!
ep
.
error
&&
!
ep
.
unaccessible
&&
!
ds
.
errorLock
&&
ds
.
datamodelPojo
.
available
&&
ep
.
accessType
!=
'OPAC'
}
"
>
<button
class=
"btn-crawl-online btn btn-primary"
onclick=
"editor.crawlOnline('${ep.id}','${ds.id}');"
><i
class=
"fa fa-refresh"
></i><s:message
code=
"~eu.dariah.de.minfba.search.view.crawl.crawl_online"
/></button>
</c:if>
<button
class=
"btn-clear-index btn btn-
primary
"
onclick=
"editor.clearData('${ep.id}','${ds.id}', ${data.exists && data.fileCount>0});"
><i
class=
"fa fa-trash "
></i>
<s:message
code=
"~eu.dariah.de.minfba.search.actions.dataset.clear"
/></button>
<button
class=
"btn-clear-index btn btn-
default
"
onclick=
"editor.clearData('${ep.id}','${ds.id}', ${data.exists && data.fileCount>0});"
><i
class=
"fa fa-trash "
></i>
<s:message
code=
"~eu.dariah.de.minfba.search.actions.dataset.clear"
/></button>
</c:otherwise>
</c:choose>
<button
class=
"btn-clear-index btn btn-default"
onclick=
"editor.cleanupCrawls('${ep.id}','${ds.id}');"
><i
class=
"fa fa-trash "
></i>
<s:message
code=
"~eu.dariah.de.minfba.search.actions.dataset.cleanupCrawls"
/></button>
</div>
</c:if>
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment