| OLD | NEW |
| 1 <style> | 1 <style> |
| 2 #sockets-view-close-idle-button, | 2 #sockets-view-close-idle-button, |
| 3 #sockets-view-flush-button { | 3 #sockets-view-flush-button { |
| 4 margin-bottom: 2px; | 4 margin-bottom: 2px; |
| 5 } | 5 } |
| 6 </style> | 6 </style> |
| 7 | 7 |
| 8 <div id=sockets-view-tab-content class=content-box> | 8 <div id=sockets-view-tab-content class=content-box> |
| 9 <ul style='margin-top:0'> | 9 <a href='#events&q=type:SOCKET%20is:active'>View live sockets</a> |
| 10 <li class="hide-when-not-capturing"> | |
| 11 <input type=button value="Close idle sockets" id=sockets-view-close-idle-b
utton> | |
| 12 </li> | |
| 13 <li class="hide-when-not-capturing"> | |
| 14 <input type=button value="Flush socket pools" id=sockets-view-flush-button
> | |
| 15 <span class=warning-text>May break pages with active connections</span> | |
| 16 </li> | |
| 17 <li><a href='#events&q=type:SOCKET%20is:active'>View live sockets</a> | |
| 18 </li> | |
| 19 </ul> | |
| 20 <p> | 10 <p> |
| 21 <div id=sockets-view-pool-div> | 11 <div id=sockets-view-pool-div> |
| 22 </div> | 12 </div> |
| 23 </p> | 13 </p> |
| 24 <p> | 14 <p> |
| 25 <div id=sockets-view-pool-groups-div> | 15 <div id=sockets-view-pool-groups-div> |
| 26 </div> | 16 </div> |
| 27 </p> | 17 </p> |
| 28 </div> | 18 </div> |
| 29 | 19 |
| OLD | NEW |