<div class="panel panel-default"> <div class="panel-heading"> <h3 class="panel-title">Groups</h3> </div> <table class="table table-hover row-clickable"> <tbody> <#list groups 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-success btn-sm dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> <i class="glyphicon glyphicon-plus"></i> Group <span class="caret"></span> </button> <ul class="dropdown-menu"> <#list types as t> <li><a href="${t.getPage()}/group">${t.getTitle()} Group</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. |