Fix incorrect port view reference (#16124)

This commit is contained in:
Tony Murray
2024-06-17 01:22:54 -05:00
committed by GitHub
parent a3d4a688a0
commit 67851188f1

View File

@@ -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>';