]> source.dussan.org Git - archiva.git/commitdiff
[MRM-266] Changed the location of the "Run Now" link in the Configuration page.
authorEmmanuel Venisse <evenisse@apache.org>
Thu, 11 Jan 2007 10:50:00 +0000 (10:50 +0000)
committerEmmanuel Venisse <evenisse@apache.org>
Thu, 11 Jan 2007 10:50:00 +0000 (10:50 +0000)
Submitted by: Dawn Angelito

git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@495183 13f79535-47bb-0310-9956-ffa450edef68

archiva-webapp/src/main/webapp/WEB-INF/jsp/admin/index.jsp

index 4b8cc7edb4801803e73f16af22ca275c090d26ce..802cadd616a8d34684daa8331268c3c544e77d21 100644 (file)
         <ww:property value="indexerCronExpression"/>
       </td>
       <%-- TODO: a "delete index and run now" operation should be here too (really clean, remove deletions that didn't get picked up) --%>
-      <td>
-        <pss:ifAuthorized permission="archiva-run-indexer">
-          <a href="<ww:url action="runIndexer" />">Run Now</a>
-        </pss:ifAuthorized>
-      </td>
     </tr>
     <tr>
       <th>Last Indexing Time</th>
     </tr>
   </table>
 
+  <table class="infoTable">
+    <tr>
+      <td>
+        <pss:ifAuthorized permission="archiva-run-indexer">
+          <a href="<ww:url action="runIndexer" />">Run Now</a>
+        </pss:ifAuthorized>
+      </td>
+    </tr>
+  </table>
+
   <ww:set name="proxy" value="proxy"/>
   <c:if test="${!empty(proxy.host)}">
   <h3>HTTP Proxy</h3>