remove duplicate response debug panel, add parameters panel

This commit is contained in:
Graham Knop 2010-08-25 12:20:57 -05:00
parent 95f98696be
commit a53f1cdede

View file

@ -37,10 +37,10 @@ builder {
enable_if { $_[0]->{'webgui.debug'} } 'StackTrace';
enable_if { $_[0]->{'webgui.debug'} } 'Debug', panels => [
'Environment',
'Response',
'Timer',
'Memory',
'Session',
'Parameters',
'PerlConfig',
[ 'MySQLTrace', skip_packages => qr/\AWebGUI::SQL(?:\z|::)/ ],
'Response',