| 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 <ul style='margin-top: 0'> | 3 <ul style='margin-top: 0'> |
| 4 <li><a href='#events&q=type:HOST_RESOLVER_IMPL_REQUEST,HOST_RESOLVER_IMPL_JO
B%20is:active'>View pending lookups</a></li> | 4 <li><a href='#events&q=type:HOST_RESOLVER_IMPL_REQUEST,HOST_RESOLVER_IMPL_JO
B%20is:active'>View pending lookups</a></li> |
| 5 <li>Default address family: <span id=dns-view-default-family></span> | 5 <li>Default address family: <span id=dns-view-default-family></span> |
| 6 <span id=dns-view-ipv6-disabled class=warning-text style="display: none;"> | 6 <span id=dns-view-ipv6-disabled class=warning-text style="display: none;"> |
| 7 (IPv6 disabled) | 7 (IPv6 disabled) |
| 8 <input type=button value="Enable IPv6" id=dns-view-enable-ipv6 class="hi
de-when-not-capturing"> | 8 <input type=button value="Enable IPv6" id=dns-view-enable-ipv6 class="hi
de-when-not-capturing"> |
| 9 </span> | 9 </span> |
| 10 </li> | 10 </li> |
| 11 <li> | |
| 12 <span id=dns-view-ipv6-probe-complete style="display: none;">IPv6 probe co
mplete</span> | |
| 13 <span id=dns-view-ipv6-probe-running class=warning-text style="display: no
ne;">IPv6 probe running</span> | |
| 14 <input type=button value="Run IPv6 Probe" id=dns-view-run-ipv6-probe class
="hide-when-not-capturing"> | |
| 15 </li> | |
| 16 <li><a href="#events&q=type:IPV6_PROBE_JOB">View all IPv6 probe events</a></
li> | |
| 17 </ul> | 11 </ul> |
| 18 | 12 |
| 19 <div> | 13 <div> |
| 20 <h4>Async DNS Configuration</h4> | 14 <h4>Async DNS Configuration</h4> |
| 21 <ul> | 15 <ul> |
| 22 <li>Internal DNS client enabled: | 16 <li>Internal DNS client enabled: |
| 23 <span id=dns-view-internal-dns-enabled></span> | 17 <span id=dns-view-internal-dns-enabled></span> |
| 24 <span id=dns-view-internal-dns-invalid-config class=warning-text style="
display: none;"> | 18 <span id=dns-view-internal-dns-invalid-config class=warning-text style="
display: none;"> |
| 25 (No valid configuration found)</span> | 19 (No valid configuration found)</span> |
| 26 </li> | 20 </li> |
| (...skipping 22 matching lines...) Expand all Loading... |
| 49 <th>Hostname</th> | 43 <th>Hostname</th> |
| 50 <th>Family</th> | 44 <th>Family</th> |
| 51 <th>Addresses</th> | 45 <th>Addresses</th> |
| 52 <th>Expires</th> | 46 <th>Expires</th> |
| 53 </tr> | 47 </tr> |
| 54 </thead> | 48 </thead> |
| 55 <tbody id=dns-view-cache-tbody> | 49 <tbody id=dns-view-cache-tbody> |
| 56 </tbody> | 50 </tbody> |
| 57 </table> | 51 </table> |
| 58 </div> | 52 </div> |
| OLD | NEW |