<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>
</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>
{{/each}}
</tbody>
</table>
- </div>
+ </span>
</script>
<script id="proxy-connector-edit-form-tmpl" type='text/html'>