|
17 | 17 | #requests-filters { |
18 | 18 | font-size: 13px; |
19 | 19 | } |
| 20 | +#requests-filters label { |
| 21 | + padding-right: 1em |
| 22 | + } |
20 | 23 | #requests-log { |
21 | 24 | margin: 0; |
22 | 25 | border: 1px inset #eee; |
@@ -137,9 +140,20 @@ <h3 data-i18n="statsPageDetailed"></h3> |
137 | 140 | <div><span data-i18n="statsPageLogSizePrompt1"></span> <input id="max-logged-requests" type="text" value="50" size="3"> <span data-i18n="statsPageLogSizePrompt2"></span> |
138 | 141 | <button class="whatisthis"></button> |
139 | 142 | <p class="whatisthis-expandable para" data-i18n="statsPageLogSizeHelp"></p> |
| 143 | + <p id="requests-filters"><button id="refresh-requests" data-i18n="statsPageRefresh"></button> Show: |
| 144 | + <input id="show-main_frame" type="checkbox" checked value="1"><label for="show-main_frame">Pages</label> |
| 145 | + <input id="show-blocked" type="checkbox" checked value="1"><label for="show-blocked"><span style="color:#c00" data-i18n="statsPageBlocked">Blocked</span></label> |
| 146 | + <input id="show-allowed" type="checkbox" checked value="1"><label for="show-allowed"><span style="color:#070" data-i18n="statsPageAllowed">Allowed</span></label> |
| 147 | + <input id="show-cookie" type="checkbox" checked value="1"><label for="show-cookie">Cookies</label> |
| 148 | + <input id="show-image" type="checkbox" checked value="1"><label for="show-image">Images</label> |
| 149 | + <input id="show-stylesheet" type="checkbox" checked value="1"><label for="show-stylesheet">CSS</label> |
| 150 | + <input id="show-object" type="checkbox" checked value="1"><label for="show-object">Objects</label> |
| 151 | + <input id="show-script" type="checkbox" checked value="1"><label for="show-script">Scripts</label> |
| 152 | + <input id="show-xmlhttprequest" type="checkbox" checked value="1"><label for="show-xmlhttprequest">XHRs</label> |
| 153 | + <input id="show-sub_frame" type="checkbox" checked value="1"><label for="show-sub_frame">Frames</label> |
| 154 | + <input id="show-other" type="checkbox" checked value="1"><label for="show-other">Others</label> |
140 | 155 | </p> |
141 | | - <p id="requests-filters"><button id="refresh-requests" data-i18n="statsPageRefresh"></button> Show: <input id="show-main_frame" type="checkbox" checked value="1">Pages <input id="show-blocked" type="checkbox" checked value="1"><span style="color:#c00" data-i18n="statsPageBlocked">Blocked</span> <input id="show-allowed" type="checkbox" checked value="1"><span style="color:#070" data-i18n="statsPageAllowed">Allowed</span> <input id="show-cookie" type="checkbox" checked value="1">Cookies <input id="show-image" type="checkbox" checked value="1">Images <input id="show-stylesheet" type="checkbox" checked value="1">CSS <input id="show-object" type="checkbox" checked value="1">Objects <input id="show-script" type="checkbox" checked value="1">Scripts <input id="show-xmlhttprequest" type="checkbox" checked value="1">XHRs <input id="show-sub_frame" type="checkbox" checked value="1">Frames <input id="show-other" type="checkbox" checked value="1">Others |
142 | | - </p> |
| 156 | + </div> |
143 | 157 | <div id="requests-log" style="overflow-y:hidden"> |
144 | 158 | <table id="requestsTable"> |
145 | 159 | <tr class="ro"><td>when<td>what<td><td class="fa"><td>where</tr> |
|
0 commit comments