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

Make MPTCP gbal status read only in MPTCP interface

This commit is contained in:
Ycarus (Yannick Chabanois) 2024-08-20 20:11:07 +02:00
parent 2f62cd9226
commit 6b789fd728

View file

@ -35,6 +35,7 @@ return L.view.extend({
o = s.option(form.ListValue, 'multipath', _('Multipath TCP'));
o.value("enable", _("enable"));
o.value("disable", _("disable"));
o.readonly = true;
o = s.option(form.ListValue, "mptcp_checksum", _("Multipath TCP checksum"));
o.value(1, _("enable"));