main: support for ffmap-backend vpn link notation

This commit is contained in:
Milan Paessler 2016-07-23 16:33:49 +00:00
parent 07d5e3f636
commit 46de672dc9

View file

@ -126,7 +126,7 @@ function (moment, Router, L, GUI, numeral) {
})
links.forEach( function (d) {
if (d.type === "tunnel") {
if (d.type === "tunnel" || d.vpn) {
d.type = "VPN"
d.isVPN = true
} else if (d.type === "fastd") {