main: quick & dirty fix for l2tp ifaces
This commit is contained in:
parent
1f07f50530
commit
be01654f08
|
@ -118,7 +118,7 @@ function (moment, Router, L, GUI, numeral) {
|
|||
else if (d.type === "wireless")
|
||||
d.type = "Wifi"
|
||||
else if (d.type === "other")
|
||||
d.type = "Kabel"
|
||||
d.type = "VPN"
|
||||
else
|
||||
d.type = "N/A"
|
||||
var unknown = (d.source.node === undefined)
|
||||
|
|
Loading…
Reference in a new issue