Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
adapt
ace
Commits
adb73058
Commit
adb73058
authored
Apr 04, 2017
by
Michael Ritter
Browse files
Display if an audit was interrupted
parent
5a7c41f0
Changes
1
Hide whitespace changes
Inline
Side-by-side
ace-am/src/main/webapp/status.jsp
View file @
adb73058
...
@@ -230,6 +230,9 @@
...
@@ -230,6 +230,9 @@
<c:when
test=
"
${
'E'
.
bytes
[
0
]
==
item
.
collection
.
state
}
"
>
<c:when
test=
"
${
'E'
.
bytes
[
0
]
==
item
.
collection
.
state
}
"
>
<img
src=
"images/error.jpg"
title=
"Collection contains errors"
alt=
"Collection contains errors"
/>
<img
src=
"images/error.jpg"
title=
"Collection contains errors"
alt=
"Collection contains errors"
/>
</c:when>
</c:when>
<c:when
test=
"
${
'I'
.
bytes
[
0
]
==
item
.
collection
.
state
}
"
>
<img
src=
"images/error.jpg"
title=
"Last audit was interrupted"
alt=
"Last audit was interrupted"
/>
</c:when>
<c:otherwise>
<c:otherwise>
<img
src=
"images/file-bad.jpg"
title=
"Complete audit has not occurred"
alt=
"Complete audit has not occurred"
/>
<img
src=
"images/file-bad.jpg"
title=
"Complete audit has not occurred"
alt=
"Complete audit has not occurred"
/>
</c:otherwise>
</c:otherwise>
...
...
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