mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Fix incorrect port view reference (#16124)
This commit is contained in:
@@ -47,7 +47,7 @@ $show_all = 1;
|
||||
|
||||
echo "<div style='margin: 0px; width: 100%'><table class='iftable' cellpadding=10 cellspacing=0A>";
|
||||
|
||||
echo view('device.tabs.includes.port_row', ['port' => $port, 'collapsing' => false]);
|
||||
echo view('device.tabs.ports.includes.port_row', ['port' => $port, 'collapsing' => false]);
|
||||
|
||||
echo '</table></div>';
|
||||
|
||||
|
Reference in New Issue
Block a user