| OLD | NEW |
| 1 <!-- Only shown on Windows --> | 1 <!-- Only shown on Windows --> |
| 2 <div id=serviceProvidersTabContent style="display: none;"> | 2 <div id=serviceProvidersTabContent style="display: none;"> |
| 3 <h4>Layered Service Providers</h4> | 3 <h4>Layered Service Providers</h4> |
| 4 <table class="styledTable"> | 4 <table class="styledTable"> |
| 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> |
| (...skipping 11 matching lines...) Expand all Loading... |
| 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=namespaceProvidersTbody> | 28 <tbody id=namespaceProvidersTbody> |
| 29 </tbody> | 29 </tbody> |
| 30 </table> | 30 </table> |
| 31 </div> | 31 </div> |
| OLD | NEW |