| Index: netlog_viewer/sockets_view.html
|
| diff --git a/netlog_viewer/sockets_view.html b/netlog_viewer/sockets_view.html
|
| index 8f3d33d2d8b3d75ee9f77b596a1c3e080cc9110a..662d50c6d049b0fda355b0f24645bea8d01efcf3 100644
|
| --- a/netlog_viewer/sockets_view.html
|
| +++ b/netlog_viewer/sockets_view.html
|
| @@ -6,17 +6,7 @@
|
| </style>
|
|
|
| <div id=sockets-view-tab-content class=content-box>
|
| - <ul style='margin-top:0'>
|
| - <li class="hide-when-not-capturing">
|
| - <input type=button value="Close idle sockets" id=sockets-view-close-idle-button>
|
| - </li>
|
| - <li class="hide-when-not-capturing">
|
| - <input type=button value="Flush socket pools" id=sockets-view-flush-button>
|
| - <span class=warning-text>May break pages with active connections</span>
|
| - </li>
|
| - <li><a href='#events&q=type:SOCKET%20is:active'>View live sockets</a>
|
| - </li>
|
| - </ul>
|
| + <a href='#events&q=type:SOCKET%20is:active'>View live sockets</a>
|
| <p>
|
| <div id=sockets-view-pool-div>
|
| </div>
|
|
|