added http password support when adding uris

This commit is contained in:
hamza zia 2015-07-11 10:34:12 +05:00
parent c83cd702e4
commit 21b929f11c

View File

@ -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].'