mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Fix missing vlan name on port vlan page (#8684)
This commit is contained in:
committed by
Neil Lathwood
co-authored by
Neil Lathwood
parent
e0f9572582
commit
5236a24dd5
@@ -18,7 +18,7 @@ foreach ($vlans as $vlan) {
|
||||
echo '<tr bgcolor="'.$row_colour.'">';
|
||||
|
||||
echo '<td width=100 class=list-large> Vlan '.$vlan['vlan'].'</td>';
|
||||
echo '<td width=200 class=box-desc>'.$vlan['vlan_descr'].'</td>';
|
||||
echo '<td width=200 class=box-desc>'.$vlan['vlan_name'].'</td>';
|
||||
|
||||
if ($vlan['state'] == 'blocking') {
|
||||
$class = 'red';
|
||||
|
||||
Reference in New Issue
Block a user