| OLD | NEW |
| 1 <!-- Host resolver info --> | 1 <!-- Host resolver info --> |
| 2 <div id=dnsTabContent> | 2 <div id=dnsTabContent> |
| 3 <h4>Host resolver</h4> | 3 <h4>Host resolver</h4> |
| 4 <ul> | 4 <ul> |
| 5 <li><a href='#events&q=type:HOST_RESOLVER_IMPL_REQUEST%20type:HOST_RESOLVER_
IMPL_JOB%20is:active'>View pending lookups</a></li> | 5 <li><a href='#events&q=type:HOST_RESOLVER_IMPL_REQUEST%20type:HOST_RESOLVER_
IMPL_JOB%20is:active'>View pending lookups</a></li> |
| 6 <li>Default address family: <span id=hostResolverDefaultFamily></span> | 6 <li>Default address family: <span id=hostResolverDefaultFamily></span> |
| 7 <span id=hostResolverIPv6Disabled class=warningText style="display: none;"
> | 7 <span id=hostResolverIPv6Disabled class=warningText style="display: none;"
> |
| 8 (IPv6 disabled) | 8 (IPv6 disabled) |
| 9 <input type=button value="Enable IPv6" id=hostResolverEnableIPv6 /> | 9 <input type=button value="Enable IPv6" id=hostResolverEnableIPv6 /> |
| 10 </span> | 10 </span> |
| (...skipping 18 matching lines...) Expand all Loading... |
| 29 <th>Hostname</th> | 29 <th>Hostname</th> |
| 30 <th>Family</th> | 30 <th>Family</th> |
| 31 <th>Addresses</th> | 31 <th>Addresses</th> |
| 32 <th>Expires</th> | 32 <th>Expires</th> |
| 33 </tr> | 33 </tr> |
| 34 </thead> | 34 </thead> |
| 35 <tbody id=hostResolverCacheTbody> | 35 <tbody id=hostResolverCacheTbody> |
| 36 </tbody> | 36 </tbody> |
| 37 </table> | 37 </table> |
| 38 </div> | 38 </div> |
| OLD | NEW |