<div class="panel panel-proxy">
<div class="panel-heading">
<h3 class="panel-title">Proxies</h3>
</div>
<table class="table table-hover row-clickable">
<tbody>
<#list proxies as d>
<tr>
<td><a href="/edit/depot/${d.getName()}">${d.getTitle()}</a></td>
<td><a href="/edit/depot/${d.getName()}"><code>${d.getType().getTitle()}</code></a></td>
<td><a href="/edit/depot/${d.getName()}"><code>${d.getPath()}</code></a></td>
<td><a href="/edit/depot/${d.getName()}">${d.getDescription()}</a></td>
</tr>
</#list>
</tbody>
</table>
<div class="panel-footer">
<div class="btn-group">
<button type="button" class="btn btn-warning dropdown-toggle" data-toggle="dropdown" aria-haspopup="true"
aria-expanded="false">
<i class="glyphicon glyphicon-plus"></i> Repository <span class="caret"></span>
</button>
<ul class="dropdown-menu">
<#list types as t>
<li><a href="${t.getPage()}/proxy">${t.getTitle()} Proxy</a></li> </#list>
</ul>
</div>
</div>
</div> | # | Change | User | Description | Committed | |
|---|---|---|---|---|---|
| #3 | 15782 | Paul Allen |
Update to UX - deploy has 3 process steps (including a submit report) |
||
| #2 | 15252 | Paul Allen | Added create/edit support for repo configs. | ||
| #1 | 15012 | Paul Allen | Proxy configuration. |