mirror of https://github.com/apache/archiva.git
fix settings display
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1409759 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
47ac832a95
commit
2b265b151f
|
@ -916,7 +916,7 @@
|
|||
<td>
|
||||
<a class="btn btn-info btn-mini" id="proxy-connectors-grid-remoterepo-settings-edit-${row.sourceRepoId()}-${row.targetRepoId()}"
|
||||
data-original-title="${$.i18n.prop('proxy-connectors.grid.remoterepo.settings.popover.title')}"
|
||||
data-content="${buildSettings(row)}" data-bind="click: showSettings">
|
||||
data-content="${buildSettings(row)}" data-bind="click: showSettings" data-html="true">
|
||||
<i class="icon-question-sign icon-white"></i>
|
||||
</a>
|
||||
|
||||
|
@ -961,13 +961,13 @@
|
|||
</script>
|
||||
|
||||
<script id='proxy-connectors-remote-settings-popover-tmpl' type='text/html'>
|
||||
<div>
|
||||
<span>
|
||||
{{if proxyId}}
|
||||
${$.i18n.prop('proxy-connectors.remoterepo.settings.networkproxy')}: ${proxyConnector.proxyId}
|
||||
{{else}}
|
||||
${$.i18n.prop('proxy-connectors.remoterepo.settings.networkproxy')}: ${$.i18n.prop('none')}
|
||||
{{/if}}
|
||||
<table class="table">
|
||||
<table class="table table-bordered">
|
||||
<thead>
|
||||
<th colspan="2">${$.i18n.prop('proxy-connector.policies')}</th>
|
||||
</thead>
|
||||
|
@ -981,7 +981,7 @@
|
|||
{{/each}}
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</span>
|
||||
</script>
|
||||
|
||||
<script id="proxy-connector-edit-form-tmpl" type='text/html'>
|
||||
|
|
Loading…
Reference in New Issue