| 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_JOB%20is:active'>View pending
lookups</a></li> | 4 <li><a href='#events&q=type:HOST_RESOLVER_IMPL_JOB%20is:active'>View pending
lookups</a></li> |
| 5 </ul> | 5 </ul> |
| 6 | 6 |
| 7 <div> | 7 <div> |
| 8 <h4>Async DNS Configuration</h4> | 8 <h4>Async DNS Configuration</h4> |
| 9 <ul> | 9 <ul> |
| 10 <li>Internal DNS client enabled: | 10 <li>Internal DNS client enabled: |
| 11 <span id=dns-view-internal-dns-enabled></span> | 11 <span id=dns-view-internal-dns-enabled></span> |
| 12 <span id=dns-view-internal-dns-invalid-config class=warning-text style="
display: none;"> | 12 <span id=dns-view-internal-dns-invalid-config class=warning-text style="
display: none;"> |
| 13 (No valid configuration found)</span> | 13 (No valid configuration found)</span> |
| 14 </li> | 14 </li> |
| 15 </ul> | 15 </ul> |
| 16 <table class="styled-table"> | 16 <table class="styled-table"> |
| 17 <tbody id=dns-view-internal-dns-config-tbody></tbody> | 17 <tbody id=dns-view-internal-dns-config-tbody></tbody> |
| 18 </table> | 18 </table> |
| 19 </div> | 19 </div> |
| 20 | 20 |
| 21 <h4> | 21 <h4> |
| 22 Host resolver cache | 22 Host resolver cache |
| 23 <input type=button value="Clear host cache" id=dns-view-clear-cache class="h
ide-when-not-capturing"> | |
| 24 </h4> | 23 </h4> |
| 25 <ul> | 24 <ul> |
| 26 <li>Capacity: <span id=dns-view-cache-capacity></span></li> | 25 <li>Capacity: <span id=dns-view-cache-capacity></span></li> |
| 27 </ul> | 26 </ul> |
| 28 <h4>Current State</h4> | 27 <h4>Current State</h4> |
| 29 <ul> | 28 <ul> |
| 30 <li>Active entries: <span id=dns-view-cache-active></span></li> | 29 <li>Active entries: <span id=dns-view-cache-active></span></li> |
| 31 <li>Expired entries: <span id=dns-view-cache-expired></span></li> | 30 <li>Expired entries: <span id=dns-view-cache-expired></span></li> |
| 32 </ul> | 31 </ul> |
| 33 | 32 |
| 34 <table class="styled-table"> | 33 <table class="styled-table"> |
| 35 <thead> | 34 <thead> |
| 36 <tr> | 35 <tr> |
| 37 <th>Hostname</th> | 36 <th>Hostname</th> |
| 38 <th>Family</th> | 37 <th>Family</th> |
| 39 <th>Addresses</th> | 38 <th>Addresses</th> |
| 40 <th>Expires</th> | 39 <th>Expires</th> |
| 41 </tr> | 40 </tr> |
| 42 </thead> | 41 </thead> |
| 43 <tbody id=dns-view-cache-tbody> | 42 <tbody id=dns-view-cache-tbody> |
| 44 </tbody> | 43 </tbody> |
| 45 </table> | 44 </table> |
| 46 </div> | 45 </div> |
| 47 | 46 |
| OLD | NEW |