You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by br...@apache.org on 2006/09/09 16:50:31 UTC

svn commit: r441792 - /maven/archiva/trunk/design/white-site/src/site/xdoc/reports.xml

Author: brett
Date: Sat Sep  9 07:50:31 2006
New Revision: 441792

URL: http://svn.apache.org/viewvc?view=rev&rev=441792
Log:
[MRM-166] ability to filter reports to specific problems (white site)

Modified:
    maven/archiva/trunk/design/white-site/src/site/xdoc/reports.xml

Modified: maven/archiva/trunk/design/white-site/src/site/xdoc/reports.xml
URL: http://svn.apache.org/viewvc/maven/archiva/trunk/design/white-site/src/site/xdoc/reports.xml?view=diff&rev=441792&r1=441791&r2=441792
==============================================================================
--- maven/archiva/trunk/design/white-site/src/site/xdoc/reports.xml (original)
+++ maven/archiva/trunk/design/white-site/src/site/xdoc/reports.xml Sat Sep  9 07:50:31 2006
@@ -26,8 +26,20 @@
           <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>