blob: ce448d3aece82c9a97824065d9a358a51c61d351 [file] [log] [blame]
<style>
#sockets-view-close-idle-button,
#sockets-view-flush-button {
margin-bottom: 2px;
}
</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>
<p>
<div id=sockets-view-pool-div>
</div>
</p>
<p>
<div id=sockets-view-pool-groups-div>
</div>
</p>
</div>