| Index: sitescripts/stats/common.py |
| =================================================================== |
| --- a/sitescripts/stats/common.py |
| +++ b/sitescripts/stats/common.py |
| @@ -80,16 +80,21 @@ basic_fields = [ |
| "coltitle": "Browser version", |
| }, |
| { |
| "name": "referrer", |
| "title": "Referrers", |
| "coltitle": "Referrer", |
| }, |
| { |
| + "name": "status", |
| + "title": "Status codes", |
| + "coltitle": "Status code", |
| + }, |
| + { |
| "name": "mirror", |
| "title": "Download mirrors", |
| "coltitle": "Download mirror", |
| }, |
| ] |
| downloader_fields = [ |
| { |