OLD | NEW |
1 <!-- Only shown on Windows --> | 1 <!-- Only shown on Windows --> |
2 <div id=service-providers-view-tab-content style="display: none;"> | 2 <div id=service-providers-view-tab-content style="display: none;" class=content-
box> |
3 <h4>Layered Service Providers</h4> | 3 <h4>Layered Service Providers</h4> |
4 <table class="styledTable"> | 4 <table class="styled-table"> |
5 <thead> | 5 <thead> |
6 <tr> | 6 <tr> |
7 <th>Name</th> | 7 <th>Name</th> |
8 <th>Version</th> | 8 <th>Version</th> |
9 <th>Type</th> | 9 <th>Type</th> |
10 <th>Socket Type</th> | 10 <th>Socket Type</th> |
11 <th>Protocol</th> | 11 <th>Protocol</th> |
12 <th>Path</th> | 12 <th>Path</th> |
13 </tr> | 13 </tr> |
14 </thead> | 14 </thead> |
15 <tbody id=service-providers-view-tbody> | 15 <tbody id=service-providers-view-tbody> |
16 </tbody> | 16 </tbody> |
17 </table> | 17 </table> |
18 <h4>Namespace Providers</h4> | 18 <h4>Namespace Providers</h4> |
19 <table class="styledTable"> | 19 <table class="styled-table"> |
20 <thead> | 20 <thead> |
21 <tr> | 21 <tr> |
22 <th>Name</th> | 22 <th>Name</th> |
23 <th>Version</th> | 23 <th>Version</th> |
24 <th>Namespace</th> | 24 <th>Namespace</th> |
25 <th>Active</th> | 25 <th>Active</th> |
26 </tr> | 26 </tr> |
27 </thead> | 27 </thead> |
28 <tbody id=service-providers-view-namespace-providers-tbody> | 28 <tbody id=service-providers-view-namespace-providers-tbody> |
29 </tbody> | 29 </tbody> |
30 </table> | 30 </table> |
31 </div> | 31 </div> |
OLD | NEW |