Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(587)

Unified Diff: netlog_viewer/netlog_viewer/dns_view.html

Issue 3011363002: Apply Chromium changes up to commit 0036296a1128ac9cbefeaff51c8df831ec421c36 (Closed)
Patch Set: address comments Created 3 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « netlog_viewer/netlog_viewer/details_view.js ('k') | netlog_viewer/netlog_viewer/dns_view.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: netlog_viewer/netlog_viewer/dns_view.html
diff --git a/netlog_viewer/netlog_viewer/dns_view.html b/netlog_viewer/netlog_viewer/dns_view.html
index 754e98e3764df0b6d28eb514a2effa2a02217e98..a16a841799015d671858bd2fc69f703a4358336d 100644
--- a/netlog_viewer/netlog_viewer/dns_view.html
+++ b/netlog_viewer/netlog_viewer/dns_view.html
@@ -29,6 +29,7 @@
<ul>
<li>Active entries: <span id=dns-view-cache-active></span></li>
<li>Expired entries: <span id=dns-view-cache-expired></span></li>
+ <li>Network changes: <span id=dns-view-network-changes></span></li>
</ul>
<table class="styled-table">
@@ -37,7 +38,9 @@
<th>Hostname</th>
<th>Family</th>
<th>Addresses</th>
+ <th>TTL</th>
<th>Expires</th>
+ <th>Network changes</th>
</tr>
</thead>
<tbody id=dns-view-cache-tbody>
« no previous file with comments | « netlog_viewer/netlog_viewer/details_view.js ('k') | netlog_viewer/netlog_viewer/dns_view.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698