| OLD | NEW |
| 1 <!-- Host resolver info --> | 1 <!-- Host resolver info --> |
| 2 <div id=dns-view-tab-content class=content-box> | 2 <div id=dns-view-tab-content class=content-box> |
| 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,HOST_RESOLVER_IMPL_JO
B%20is:active'>View pending lookups</a></li> |
| 6 <li>Default address family: <span id=dns-view-default-family></span> | 6 <li>Default address family: <span id=dns-view-default-family></span> |
| 7 <span id=dns-view-ipv6-disabled class=warning-text style="display: none;"> | 7 <span id=dns-view-ipv6-disabled class=warning-text style="display: none;"> |
| 8 (IPv6 disabled) | 8 (IPv6 disabled) |
| 9 <input type=button value="Enable IPv6" id=dns-view-enable-ipv6 class="hi
de-when-not-capturing"> | 9 <input type=button value="Enable IPv6" id=dns-view-enable-ipv6 class="hi
de-when-not-capturing"> |
| 10 </span> | 10 </span> |
| 11 </li> | 11 </li> |
| 12 <li> | 12 <li> |
| 13 <span id=dns-view-ipv6-probe-complete style="display: none;">IPv6 probe co
mplete</span> | 13 <span id=dns-view-ipv6-probe-complete style="display: none;">IPv6 probe co
mplete</span> |
| 14 <span id=dns-view-ipv6-probe-running class=warning-text style="display: no
ne;">IPv6 probe running</span> | 14 <span id=dns-view-ipv6-probe-running class=warning-text style="display: no
ne;">IPv6 probe running</span> |
| 15 <input type=button value="Run IPv6 Probe" id=dns-view-run-ipv6-probe class
="hide-when-not-capturing"> | 15 <input type=button value="Run IPv6 Probe" id=dns-view-run-ipv6-probe class
="hide-when-not-capturing"> |
| (...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 50 <th>Hostname</th> | 50 <th>Hostname</th> |
| 51 <th>Family</th> | 51 <th>Family</th> |
| 52 <th>Addresses</th> | 52 <th>Addresses</th> |
| 53 <th>Expires</th> | 53 <th>Expires</th> |
| 54 </tr> | 54 </tr> |
| 55 </thead> | 55 </thead> |
| 56 <tbody id=dns-view-cache-tbody> | 56 <tbody id=dns-view-cache-tbody> |
| 57 </tbody> | 57 </tbody> |
| 58 </table> | 58 </table> |
| 59 </div> | 59 </div> |
| OLD | NEW |