mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Fix netflow links (#11971)
This commit is contained in:
@@ -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'));
|
||||
|
Reference in New Issue
Block a user