From aa38bfcb03f514e615577960f71115301959f3a5 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Fri, 23 Jan 2015 10:37:52 +0000 Subject: [PATCH] Add proxy field for editing. --- web/htdocs/details/edit.mc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/web/htdocs/details/edit.mc b/web/htdocs/details/edit.mc index 375e3ef..363dbbc 100644 --- a/web/htdocs/details/edit.mc +++ b/web/htdocs/details/edit.mc @@ -128,6 +128,8 @@ my @fields = qw() ], [ password => 0, "Password (if needed)", "e:serverInfo/e:authentication/e:password", qw(e:user) ], + [ proxy => 0, "Proxy (if needed)", "e:serverInfo/e:authentication/e:proxy", + qw(e:password) ], [ description => 5, "Description", "e:databaseInfo/e:description", qw(e:title) ], [ author => 0, "Author", "e:databaseInfo/e:author", -- 1.7.10.4