Skip to content
Snippets Groups Projects
Commit c5eaa934 authored by Nigel Kukard's avatar Nigel Kukard
Browse files

Replaced data-by-limit and data-by-class

parent 1738c88b
No related branches found
No related tags found
No related merge requests found
......@@ -151,9 +151,9 @@ sub plugin_init
# Load resources
$resources->{'HTTP'}->{'statistics'} = {
'by-limit' => \&opentrafficshaper::plugins::webserver::pages::statistics::bylimit,
'data-by-limit' => \&opentrafficshaper::plugins::webserver::pages::statistics::databylimit,
'by-class' => \&opentrafficshaper::plugins::webserver::pages::statistics::byclass,
'data-by-class' => \&opentrafficshaper::plugins::webserver::pages::statistics::databyclass,
'jsondata' => \&opentrafficshaper::plugins::webserver::pages::statistics::jsondata
};
$logger->log(LOG_INFO,"[WEBSERVER] Loaded statistics pages as statistics module is loaded");
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment