Issue 360: forgot to add the "method" value to the list of fields. Now request method is displayed correctly on the reuqester history grid.

git-svn-id: https://beef.googlecode.com/svn/trunk@1058 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
This commit is contained in:
antisnatchor
2011-07-11 13:03:45 +00:00
parent 23470fbe91
commit 7bd377005f

View File

@@ -44,7 +44,7 @@ ZombieTab_Requester = function(zombie) {
autoLoad: false,
root: 'history',
fields: ['domain', 'request_date', 'response_date','id', 'has_ran', 'path','response_status_code', 'response_status_text'],
fields: ['domain', 'method', 'request_date', 'response_date','id', 'has_ran', 'path','response_status_code', 'response_status_text'],
sortInfo: {field: 'request_date', direction: 'DESC'},
baseParams: {