Added header to network explorer

Former-commit-id: ba49f7cb158affc89d006c77f64a1448c7da178e
This commit is contained in:
fermin831 2019-03-04 16:31:59 +01:00
parent 8480572e5a
commit 32f14e8fe4
1 changed files with 2 additions and 0 deletions

View File

@ -23,4 +23,6 @@ global $config;
$action = get_parameter('action', 'listeners');
$is_network = true;
ui_print_page_header(__('Network explorer'));
require $config['homedir'].'/operation/network/network_report.php';