diff --git a/js/services/settings/settings.js b/js/services/settings/settings.js index 37726a5..26392be 100644 --- a/js/services/settings/settings.js +++ b/js/services/settings/settings.js @@ -292,6 +292,11 @@ angular.module('webui.services.settings', []) options: ["true", "false"], }, + "http-passwd": { + val: '', + desc: "Set HTTP password.", + }, + "http-proxy": { val: '', desc: 'Use this proxy server for HTTP. To erase previously defined proxy, use "". See also --all-proxy option. This affects all URIs. The format of PROXY is [http://][USER:PASSWORD@]HOST[:PORT].'