Skip to content

Commit

Permalink
chore(client): remove unnecessary rmempty properties
Browse files Browse the repository at this point in the history
Signed-off-by: Tianling Shen <[email protected]>
  • Loading branch information
1715173329 committed Jan 21, 2025
1 parent 5cfc914 commit fdedc0a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions htdocs/luci-static/resources/view/homeproxy/client.js
Original file line number Diff line number Diff line change
Expand Up @@ -649,7 +649,6 @@ return view.extend({
so = ss.taboption('field_source_ip', form.Flag, 'source_ip_is_private', _('Private source IP'),
_('Match private source IP.'));
so.default = so.disabled;
so.rmempty = false;
so.modalonly = true;

so = ss.taboption('field_host', form.DynamicList, 'ip_cidr', _('IP CIDR'),
Expand All @@ -660,7 +659,6 @@ return view.extend({
so = ss.taboption('field_host', form.Flag, 'ip_is_private', _('Private IP'),
_('Match private IP.'));
so.default = so.disabled;
so.rmempty = false;
so.modalonly = true;

so = ss.taboption('field_source_port', form.DynamicList, 'source_port', _('Source port'),
Expand Down

0 comments on commit fdedc0a

Please sign in to comment.