mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
fix: Cleanup printing ifAlias (#4874)
This commit is contained in:
@@ -167,7 +167,7 @@ if ($_SESSION['userlevel'] >= '5') {
|
||||
text-align: center; float: left; background-color: ".$list_colour_b_b.";'>
|
||||
<div style='font-weight: bold;'>".makeshortif($port['ifDescr']).'</div>';
|
||||
print_port_thumbnail($port);
|
||||
echo "<div style='font-size: 9px;'>".substr(short_port_descr($port['ifAlias']), 0, 22).'</div>
|
||||
echo "<div style='font-size: 9px;'>".substr(short_port_descr(display($port['ifAlias'])), 0, 22).'</div>
|
||||
</div>';
|
||||
break;
|
||||
|
||||
|
Reference in New Issue
Block a user