diff --git a/opentrafficshaper/plugins/webserver/webserver.pm b/opentrafficshaper/plugins/webserver/webserver.pm index 629f3c42195ca73530d93c5cb54ea7cff75a3f05..d5448cc7ffe4a83a6573cffba27f46d50689f21d 100644 --- a/opentrafficshaper/plugins/webserver/webserver.pm +++ b/opentrafficshaper/plugins/webserver/webserver.pm @@ -167,8 +167,8 @@ sub plugin_init } else { # Load resources $resources->{'HTTP'}->{'statistics'} = { - 'by-limit' => \&opentrafficshaper::plugins::webserver::pages::statistics::bylimit, - 'by-class' => \&opentrafficshaper::plugins::webserver::pages::statistics::byclass, + 'by-pool' => \&opentrafficshaper::plugins::webserver::pages::statistics::byPool, + 'by-class' => \&opentrafficshaper::plugins::webserver::pages::statistics::byClass, 'jsondata' => \&opentrafficshaper::plugins::webserver::pages::statistics::jsondata };