added http password support when adding uris
This commit is contained in:
parent
c83cd702e4
commit
21b929f11c
|
@ -292,6 +292,11 @@ angular.module('webui.services.settings', [])
|
||||||
options: ["true", "false"],
|
options: ["true", "false"],
|
||||||
},
|
},
|
||||||
|
|
||||||
|
"http-passwd": {
|
||||||
|
val: '',
|
||||||
|
desc: "Set HTTP password.",
|
||||||
|
},
|
||||||
|
|
||||||
"http-proxy": {
|
"http-proxy": {
|
||||||
val: '',
|
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].'
|
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].'
|
||||||
|
|
Loading…
Reference in New Issue
Block a user