mirror of https://github.com/apache/archiva.git
[MRM-396] remove true/false from boolean icons
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@587099 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
21b1ab9f3b
commit
603860fca9
|
@ -132,16 +132,16 @@
|
|||
</tr>
|
||||
<tr>
|
||||
<th>Releases Included</th>
|
||||
<td class="${repository.releases ? 'donemark' : 'errormark'} booleanIcon"> ${repository.releases}</td>
|
||||
<td class="${repository.releases ? 'donemark' : 'errormark'} booleanIcon"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Snapshots Included</th>
|
||||
<td class="${repository.snapshots ? 'donemark' : 'errormark'} booleanIcon"> ${repository.snapshots}</td>
|
||||
<td class="${repository.snapshots ? 'donemark' : 'errormark'} booleanIcon"> </td>
|
||||
</tr>
|
||||
<c:if test="${repository.snapshots}">
|
||||
<tr>
|
||||
<th>Delete Released Snapshots</th>
|
||||
<td class="${repository.deleteReleasedSnapshots ? 'donemark' : 'errormark'} booleanIcon"> ${repository.deleteReleasedSnapshots}</td>
|
||||
<td class="${repository.deleteReleasedSnapshots ? 'donemark' : 'errormark'} booleanIcon"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Repository Purge By Days Older Than</th>
|
||||
|
@ -154,7 +154,7 @@
|
|||
</c:if>
|
||||
<tr>
|
||||
<th>Scanned</th>
|
||||
<td class="${repository.scanned ? 'donemark' : 'errormark'} booleanIcon"> ${repository.scanned}</td>
|
||||
<td class="${repository.scanned ? 'donemark' : 'errormark'} booleanIcon"> </td>
|
||||
</tr>
|
||||
<c:if test="${repository.scanned}">
|
||||
<tr>
|
||||
|
|
Loading…
Reference in New Issue