mirror of https://github.com/apache/archiva.git
Disabling reports (as they are postponed to 1.0-alpha-2)
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@541801 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
0111a45140
commit
e9dacc6737
|
@ -98,12 +98,14 @@
|
|||
<redback:ifAnyAuthorized permissions="archiva-manage-users,archiva-access-reports,archiva-manage-configuration">
|
||||
<h5>Manage</h5>
|
||||
<ul>
|
||||
<%-- POSTPONED to 1.0-alpha-2
|
||||
<redback:ifAuthorized permission="archiva-access-reports">
|
||||
<li class="none">
|
||||
<my:currentWWUrl action="reports" namespace="/admin">Reports</my:currentWWUrl>
|
||||
</li>
|
||||
</redback:ifAuthorized>
|
||||
<%-- TODO
|
||||
--%>
|
||||
<%-- POSTPONED to 1.1 series
|
||||
<li class="none">
|
||||
<a href="#">Synchronisation</a>
|
||||
</li>
|
||||
|
|
|
@ -116,6 +116,7 @@
|
|||
</ww:url>
|
||||
</c:set>
|
||||
<my:currentWWUrl url="${url}">Mailing Lists</my:currentWWUrl>
|
||||
<%-- POSTPONED to 1.0-alpha-2
|
||||
<redback:ifAnyAuthorized permissions="archiva-access-reports">
|
||||
<c:set var="url">
|
||||
<ww:url action="showArtifactReports">
|
||||
|
@ -126,6 +127,7 @@
|
|||
</c:set>
|
||||
<my:currentWWUrl url="${url}">Reports</my:currentWWUrl>
|
||||
</redback:ifAnyAuthorized>
|
||||
--%>
|
||||
|
||||
</span>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue