config: Add new option WS_USER

This commit is contained in:
remittor
2025-02-08 16:13:02 +03:00
parent 82fafaa6fe
commit 4c224634c1
4 changed files with 9 additions and 0 deletions

View File

@@ -95,6 +95,10 @@ return view.extend({
o = s.taboption(tabname, form.Flag, 'DISABLE_CUSTOM', _('DISABLE_CUSTOM'));
o.rmempty = false;
o.default = 0;
o = s.taboption(tabname, form.Value, 'WS_USER', _('WS_USER'));
o.rmempty = false;
o.datatype = 'string';
/* NFQWS_OPT_DESYNC tab */