main: quick & dirty fix for l2tp ifaces

This commit is contained in:
Milan Pässler 2016-03-28 21:16:36 +02:00
parent 1f07f50530
commit be01654f08

View file

@ -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)