mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
cosmetic change to print channel type for ADSL
git-svn-id: http://www.observium.org/svn/observer/trunk@1994 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@ -101,7 +101,7 @@ if ($device['os'] == "ios" || $device['os'] == "iosxe")
|
||||
if ($port_adsl['adslLineCoding'])
|
||||
{
|
||||
echo("</td><td width=150>");
|
||||
echo($port_adsl['adslLineCoding']."/".$port_adsl['adslLineType']);
|
||||
echo($port_adsl['adslLineCoding']."/" . rewrite_adslLineType($port_adsl['adslLineType']));
|
||||
echo("<br />");
|
||||
echo("Sync:".formatRates($port_adsl['adslAtucChanCurrTxRate']) . "/". formatRates($port_adsl['adslAturChanCurrTxRate']));
|
||||
echo("<br />");
|
||||
@ -274,4 +274,4 @@ if ($graph_type && is_file($graph_file))
|
||||
|
||||
}
|
||||
|
||||
?>
|
||||
?>
|
||||
|
Reference in New Issue
Block a user