OLD | NEW |
1 <!-- Proxy info --> | 1 <!-- Proxy info --> |
2 | 2 |
3 <style> | 3 <style> |
4 | 4 |
5 #proxy-view-tab-content td, | 5 #proxy-view-tab-content td, |
6 #proxy-view-tab-content th { | 6 #proxy-view-tab-content th { |
7 font-size: 12px; | 7 font-size: 12px; |
8 } | 8 } |
9 | 9 |
10 </style> | 10 </style> |
(...skipping 21 matching lines...) Expand all Loading... |
32 | 32 |
33 </tr></table> | 33 </tr></table> |
34 | 34 |
35 <h4>Proxy auto-config initialization</h4> | 35 <h4>Proxy auto-config initialization</h4> |
36 <ul> | 36 <ul> |
37 <li> | 37 <li> |
38 <a href='#events&q=type:INIT_PROXY_RESOLVER'>View all events</a> | 38 <a href='#events&q=type:INIT_PROXY_RESOLVER'>View all events</a> |
39 </li> | 39 </li> |
40 <li> | 40 <li> |
41 Latest proxy resolver event: | 41 Latest proxy resolver event: |
42 <pre id=proxy-view-resolver-log></pre> | 42 <div id=proxy-view-resolver-log class=event-log></div> |
43 </li> | 43 </li> |
44 </ul> | 44 </ul> |
45 | 45 |
46 <h4> | 46 <h4> |
47 Proxies which have failed recently, and are marked as bad | 47 Proxies which have failed recently, and are marked as bad |
48 <input type=button value="Clear bad proxies" id=proxy-view-clear-bad-proxies
class="hideOnLoadLog" /> | 48 <input type=button value="Clear bad proxies" id=proxy-view-clear-bad-proxies
class="hideOnLoadLog" /> |
49 </h4> | 49 </h4> |
50 <table class="styledTable"> | 50 <table class="styledTable"> |
51 <thead> | 51 <thead> |
52 <tr> | 52 <tr> |
53 <th>Bad proxy server</th> | 53 <th>Bad proxy server</th> |
54 <th>Time for next retry</th> | 54 <th>Time for next retry</th> |
55 </tr> | 55 </tr> |
56 </thead> | 56 </thead> |
57 <tbody id=proxy-view-bad-proxies-tbody></tbody> | 57 <tbody id=proxy-view-bad-proxies-tbody></tbody> |
58 </table> | 58 </table> |
59 </div> | 59 </div> |
OLD | NEW |