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:
parent
2f62cd9226
commit
6b789fd728
1 changed files with 1 additions and 0 deletions
|
@ -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"));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue