mirror of https://github.com/apache/archiva.git
[MRM-166] ability to filter reports to specific problems (white site)
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@441792 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
d39cbc72b5
commit
157f00698d
|
@ -26,11 +26,23 @@
|
|||
<td>Repository:</td>
|
||||
<td>
|
||||
<select>
|
||||
<option>(All repositories)</option>
|
||||
<option>Repository 1</option>
|
||||
<option>Repository 2</option>
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Filter:</td>
|
||||
<td>
|
||||
<select>
|
||||
<option>(All problems)</option>
|
||||
<option>Checksum problems</option>
|
||||
<option>Dependency problems</option>
|
||||
<option>Location problems</option>
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td></td>
|
||||
<td>
|
||||
|
|
Loading…
Reference in New Issue