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
bb36289e
Commit
bb36289e
authored
Aug 07, 2018
by
Gradl, Tobias
Browse files
1120: Allow cancellation of running crawls
Task-Url:
https://pm.winseda.de/issues/1120
parent
bdde11a5
Changes
2
Hide whitespace changes
Inline
Side-by-side
collections/crawls.jsp
View file @
bb36289e
...
...
@@ -46,7 +46,7 @@
</div>
</th>
<td
<c:if
test=
"
${
crawl
.
offline
}
"
>
colspan=
"2"
</c:if>
>
<td>
<ul
class=
"inner-state-list"
>
<li>
...
...
crawls/state.jsp
View file @
bb36289e
...
...
@@ -7,7 +7,7 @@
<c:choose>
<c:when
test=
"
${
crawlState
.
state
==
'ACTIVE'
}
"
>
<strong><s:message
code=
"~eu.dariah.de.minfba.search.crawling.pipeline.in_progress"
/></strong>
<button
type=
"button"
onclick=
"editor.cancelCrawl('${crawl
.i
d}', this);"
class=
"btn btn-link pull-right"
><i
class=
"fa fa-ban fa-color-danger"
></i>
<s:message
code=
"~eu.dariah.de.minfba.search.actions.crawls.cancel"
/></button>
<button
type=
"button"
onclick=
"editor.cancelCrawl('${crawl
I
d}', this);"
class=
"btn btn-link pull-right"
><i
class=
"fa fa-ban fa-color-danger"
></i>
<s:message
code=
"~eu.dariah.de.minfba.search.actions.crawls.cancel"
/></button>
<ul
class=
"inner-state-list"
style=
"margin-top: 8px;"
>
<c:forEach
begin=
"0"
end=
"
${
crawlState
.
pipelineLength
-
1
}
"
var=
"i"
>
<li>
...
...
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