Fix missing vlan name on port vlan page (#8684)

This commit is contained in:
Tony Murray
2018-05-10 19:56:53 +01:00
committed by Neil Lathwood
co-authored by Neil Lathwood
parent e0f9572582
commit 5236a24dd5
+1 -1
View File
@@ -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';