diff --git a/htdocs/luci-static/resources/view/homeproxy/client.js b/htdocs/luci-static/resources/view/homeproxy/client.js index 0da7350b..f47a7b44 100644 --- a/htdocs/luci-static/resources/view/homeproxy/client.js +++ b/htdocs/luci-static/resources/view/homeproxy/client.js @@ -1007,9 +1007,9 @@ return view.extend({ so.rmempty = false; so = ss.option(form.ListValue, 'format', _('Format')); - so.value('source', _('Source file')); so.value('binary', _('Binary file')); - so.default = 'source'; + so.value('source', _('Source file')); + so.default = 'binary'; so.rmempty = false; so = ss.option(form.Value, 'path', _('Path'));