<!-- Only shown on Windows -->
<div id=service-providers-view-tab-content style="display: none;" class=content-box>
  <h4>Layered Service Providers</h4>
  <table class="styled-table">
    <thead>
      <tr>
        <th>Name</th>
        <th>Version</th>
        <th>Type</th>
        <th>Socket Type</th>
        <th>Protocol</th>
        <th>Path</th>
      </tr>
    </thead>
    <tbody id=service-providers-view-tbody>
    </tbody>
  </table>
  <h4>Namespace Providers</h4>
  <table class="styled-table">
    <thead>
      <tr>
        <th>Name</th>
        <th>Version</th>
        <th>Namespace</th>
        <th>Active</th>
      </tr>
    </thead>
    <tbody id=service-providers-view-namespace-providers-tbody>
    </tbody>
  </table>
</div>