| Index: netlog_viewer/alt_svc_view.html
|
| diff --git a/netlog_viewer/alt_svc_view.html b/netlog_viewer/alt_svc_view.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..361e4208e8275ea280a904a0ae2301e1ac84c69d
|
| --- /dev/null
|
| +++ b/netlog_viewer/alt_svc_view.html
|
| @@ -0,0 +1,22 @@
|
| +<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">
|
| + <table class="styled-table">
|
| + <thead>
|
| + <tr>
|
| + <th>Server</th>
|
| + <th>Alternative Service</th>
|
| + </tr>
|
| + </thead>
|
| + <tbody>
|
| + <tr jsselect="altSvcMappings">
|
| + <td jscontent="server"></td>
|
| + <td jscontent="alternative_service"></td>
|
| + </tr>
|
| + </tbody>
|
| + </table>
|
| + </div>
|
| + </div>
|
| +</div>
|
|
|