]> source.dussan.org Git - archiva.git/commitdiff
fix settings display
authorOlivier Lamy <olamy@apache.org>
Thu, 15 Nov 2012 12:54:06 +0000 (12:54 +0000)
committerOlivier Lamy <olamy@apache.org>
Thu, 15 Nov 2012 12:54:06 +0000 (12:54 +0000)
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1409759 13f79535-47bb-0310-9956-ffa450edef68

archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/js/templates/archiva/repositories.html

index 2eab91934c8d7910f844493120c8927c7a1185c1..c4f9043d801ab56718948d07b1ce97c7ff36f4df 100644 (file)
       <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'>