From 21b929f11c7aa6a48096f7c5bac8b6f1d953b8e4 Mon Sep 17 00:00:00 2001 From: hamza zia Date: Sat, 11 Jul 2015 10:34:12 +0500 Subject: [PATCH] added http password support when adding uris --- js/services/settings/settings.js | 5 +++++ 1 file changed, 5 insertions(+) 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].'