1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-03-09 15:40:03 +00:00

Update MLVPN

This commit is contained in:
Ycarus (Yannick Chabanois) 2021-09-25 07:21:54 +02:00
parent 527197973f
commit 63b58f3f76
5 changed files with 49 additions and 7 deletions

View file

@ -82,6 +82,12 @@ return L.view.extend({
o.rmempty = false;
o.modalonly = true;
o = s.taboption('advanced', form.Value, 'latency_tolerance', _('Latency tolerance'));
o.default = '300';
o.datatype = "uinteger";
o.rmempty = false;
o.modalonly = true;
return m.render();
}
});