Minor OSPF page fixes
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
Ahh, Sander. If only all users were as helpful and pleasant to deal with as you!
But don't worry, I've banned him from the mailing list and from communicating with anyone on the project.
He's since continued ranting off list, evaded my removing him from the ML to post again, and submitted a complaint with Paypal.
Thankfully we don't have many users like him. :D
adam.
On 2013-11-03 22:14, Sander Steffann wrote:
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
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
participants (2)
-
Adam Armstrong
-
Sander Steffann