blob: 72e9449b521b366d82f252c73af5e6746184644f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
<!-- Only shown on Windows -->
<div id=service-providers-view-tab-content style="display: none;" class=content-box>
<h4 style='margin-top:0'>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>
|