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
131b5109
Commit
131b5109
authored
Jul 16, 2017
by
Gradl, Tobias
Browse files
792: Implement crawl resumption
Task-Url:
https://minfba.de.dariah.eu/mantisbt/view.php?id=792
parent
785746e7
Changes
1
Hide whitespace changes
Inline
Side-by-side
collections/crawls.jsp
View file @
131b5109
...
...
@@ -47,6 +47,9 @@
<c:if
test=
"
${
crawl
.
state
==
'COMPLETE'
}
"
>
<button
type=
"button"
onclick=
"editor.performOffline('${crawl.id}');"
class=
"btn btn-link"
><i
class=
"fa fa-repeat"
></i>
~reindex
</button><br
/>
</c:if>
<c:if
test=
"
${
crawl
.
state
==
'ERROR'
}
"
>
<button
type=
"button"
onclick=
"editor.performOffline('${crawl.id}');"
class=
"btn btn-link"
><i
class=
"fa fa-play"
></i>
~ try continue
</button><br
/>
</c:if>
<c:if
test=
"
${
crawl
.
state
!=
'INPROGRESS'
&&
crawl
.
state
!=
'QUEUE'
}
"
>
<button
type=
"button"
onclick=
"editor.removeCrawl('${crawl.id}', this);"
class=
"btn btn-link"
><i
class=
"fa fa-trash fa-color-danger"
></i>
~ remove
</button>
</c:if>
...
...
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