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

Side by Side 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, 4 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 unified diff | Download patch
« no previous file with comments | « no previous file | netlog_viewer/alt_svc_view.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <div id=alt-svc-view-tab-content class=content-box> 1 <div id=alt-svc-view-tab-content class=content-box>
2 <h4>Alternate Service Mappings</h4> 2 <h4>Alternate Service Mappings</h4>
3 <div id=alt-svc-view-alternate-protocol-mappings> 3 <div id=alt-svc-view-alternate-protocol-mappings>
4 <div jsdisplay="altSvcMappings.length == 0">None</div> 4 <div id=alt-svc-view-mappings-no-content>None</div>
5 <div jsdisplay="altSvcMappings.length != 0"> 5 <div id=alt-svc-view-mappings-content>
6 <table class="styled-table"> 6 <table class="styled-table">
7 <thead> 7 <thead>
8 <tr> 8 <tr>
9 <th>Server</th> 9 <th>Server</th>
10 <th>Alternative Service</th> 10 <th>Alternative Service</th>
11 </tr> 11 </tr>
12 </thead> 12 </thead>
13 <tbody> 13 <tbody id=alt-svc-view-mappings-tbody>
14 <tr jsselect="altSvcMappings">
15 <td jscontent="server"></td>
16 <td jscontent="alternative_service"></td>
17 </tr>
18 </tbody> 14 </tbody>
19 </table> 15 </table>
20 </div> 16 </div>
21 </div> 17 </div>
22 </div> 18 </div>
OLDNEW
« 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