GUI: Status: Device List: display Virtual Wireless Interface reference within parentheses like bridges and vlans

arm-sdk7
pedro 4 years ago
parent b47b8eba6c
commit d3d42c467d

@ -435,7 +435,7 @@ dg.populate = function() {
a = '';
if (e.freq != '') /* WL */
a = e.ifstatus+' '+e.ifname+(e.ifname.indexOf('.') == -1 ? ' (wl'+e.unit+')' : '')+c;
a = e.ifstatus+' '+(e.ifname.indexOf('.') == -1 ? e.ifname+' (wl'+e.unit+')' : '('+e.ifname+')')+c;
else if (e.ifname != '' && found_last == 0)
a = e.lan+e.wan+'('+e.ifname+')'+c;
else

Loading…
Cancel
Save