So, here are a few minor quick fixes to device/routing/ospf. I hope this lessens the tension here a bit.
Index: html/pages/device/routing/ospf.inc.php =================================================================== --- html/pages/device/routing/ospf.inc.php (revision 4732) +++ html/pages/device/routing/ospf.inc.php (working copy) @@ -57,7 +57,7 @@ echo('</tr>');
echo('<tr bgcolor="'.$area_bg.'">'); - echo('<td colspan=7>'); + echo('<td colspan=4>'); echo('<table width=100% border=0 cellpadding=5>'); echo('<tr><th></th><th>Port</th><th>Status</th><th>Port Type</th><th>Port State</th></tr>');
@@ -80,6 +80,9 @@ $port_enabled = '<span style="color: #aaaaaa">disabled</span>'; }
+ // Fix label + $ospfport['label'] = $ospfport['ifDescr']; + echo('<tr bgcolor="'.$port_bg.'">'); echo(' <td width=15></td>'); echo(' <td><strong>'. generate_port_link($ospfport) . '</strong></td>');
Cheers, Sander