remove unnecessary param associations

fix #8 and fix #18
This commit is contained in:
asvow
2024-09-23 10:53:43 +08:00
parent 904a791708
commit 8bb754dc7c
6 changed files with 16 additions and 17 deletions

View File

@@ -151,7 +151,7 @@ return view.extend({
s.tab('advance',_('Advanced Settings'));
o = s.taboption('advance',form.Flag, 'acceptRoutes', _('Auto Mesh'), _('Accept subnet routes that other nodes advertise.'));
o = s.taboption('advance',form.Flag, 'acceptRoutes', _('Accept Routes'), _('Accept subnet routes that other nodes advertise.'));
o.default = o.disabled;
o.rmempty = false;