Fix netflow links (#11971)

This commit is contained in:
Tony Murray
2020-07-29 07:53:26 -05:00
committed by GitHub
parent fe79029494
commit 3ebed45d81

View File

@@ -5,7 +5,7 @@ print_optionbar_start();
$link_array = array(
'page' => 'device',
'device' => $device['device_id'],
'tab' => 'nfsen',
'tab' => 'netflow',
);
echo generate_link('General', $link_array, array('nfsen' => 'general'));