mirror of
https://github.com/apache/archiva.git
synced 2025-02-07 10:39:02 +00:00
use new icon mode for network proxies
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1307292 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
cce70a5d1a
commit
09cc2fe250
@ -72,12 +72,16 @@ <h2><img src="images/internet-web-browser-32-32.png"/>${$.i18n.prop('network-pro
|
||||
<td>${row.useNtlm()}</td>
|
||||
<td>
|
||||
<a href="#" data-bind="click: function(){ editNetworkProxy(row) }">
|
||||
<img src="images/edit-find-22-22.png" title="${$.i18n.prop('edit')}">
|
||||
<span class="btn btn-primary">
|
||||
<i class="icon-pencil icon-white"/>
|
||||
</span>
|
||||
</a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="#" data-bind="click: function(){ removeNetworkProxy(row) }">
|
||||
<img src="images/edit-cut.png" title="${$.i18n.prop('delete')}"/>
|
||||
<span class="btn btn-danger">
|
||||
<i class="icon-trash icon-white"/>
|
||||
</span>
|
||||
</a>
|
||||
</td>
|
||||
{{if row.modified()}}
|
||||
|
Loading…
x
Reference in New Issue
Block a user