Hi, Is it possible to create a new page so I can have extra interface summaries on it?

 

For example my front page is set-up like this;

 

// Front Page

$config['frontpage']['order']  = array('status_summary','device_status','map','custom_traffic','overall_traffic','alert_table','eventlog');

$config['frontpage']['custom_traffic']['ids']      = "3577,3044,2964,3559";

$config['frontpage']['custom_traffic']['title']    = "xxxx Aggregated Transit & iXP Traffic";

 

How to I use another page with another custom traffic, is this possible?

 

Many regards