[MRM-1615] Artifact detail view start dependencies tab

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1302955 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2012-03-20 15:57:06 +00:00
parent a29e07f77a
commit 52b9c651fa
1 changed files with 12 additions and 1 deletions

View File

@ -570,7 +570,18 @@
<div id="artifact-details-dependencies-content" class="tab-pane">
dependencies
<table class="table">
<tbody>
{{each(i,dependency) projectVersionMetadata.dependencies}}
<tr>
<th>${dependency.artifactId}</th>
</tr>
<tr>
<td>${dependency.groupId},${dependency.artifactId},${dependency.version}</td>
</tr>
{{/each}}
</tbody>
</table>
</div>
<div id="artifact-details-dependency-tree-content" class="tab-pane">