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

Unified Diff: netlog_viewer/alt_svc_view.html

Issue 2178423002: Bring the gh-pages branch up to date with the master branch (Closed) Base URL: https://github.com/catapult-project/catapult.git@gh-pages
Patch Set: Created 4 years, 5 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 | « no previous file | netlog_viewer/alt_svc_view.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: netlog_viewer/alt_svc_view.html
diff --git a/netlog_viewer/alt_svc_view.html b/netlog_viewer/alt_svc_view.html
index 361e4208e8275ea280a904a0ae2301e1ac84c69d..839c4e0a793d77821c36eebc10722d894296e884 100644
--- a/netlog_viewer/alt_svc_view.html
+++ b/netlog_viewer/alt_svc_view.html
@@ -1,8 +1,8 @@
<div id=alt-svc-view-tab-content class=content-box>
<h4>Alternate Service Mappings</h4>
<div id=alt-svc-view-alternate-protocol-mappings>
- <div jsdisplay="altSvcMappings.length == 0">None</div>
- <div jsdisplay="altSvcMappings.length != 0">
+ <div id=alt-svc-view-mappings-no-content>None</div>
+ <div id=alt-svc-view-mappings-content>
<table class="styled-table">
<thead>
<tr>
@@ -10,13 +10,9 @@
<th>Alternative Service</th>
</tr>
</thead>
- <tbody>
- <tr jsselect="altSvcMappings">
- <td jscontent="server"></td>
- <td jscontent="alternative_service"></td>
- </tr>
+ <tbody id=alt-svc-view-mappings-tbody>
</tbody>
</table>
</div>
</div>
-</div>
+</div>
« no previous file with comments | « no previous file | netlog_viewer/alt_svc_view.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698