From bede31050ee10e9a8a3dd20f91ab9d62e0f5af66 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Fri, 23 Jan 2015 10:31:53 +0000 Subject: [PATCH] Dusplay proxy --- web/htdocs/details/full.mc | 1 + 1 file changed, 1 insertion(+) diff --git a/web/htdocs/details/full.mc b/web/htdocs/details/full.mc index 6655727..50f947c 100644 --- a/web/htdocs/details/full.mc +++ b/web/htdocs/details/full.mc @@ -26,6 +26,7 @@ if ($n == 0) { [ "Type of Library" => "i:status/i:libraryType" ], # [ "Username (if needed)" => "e:serverInfo/e:authentication/e:user" ], # [ "Password (if needed)" => "e:serverInfo/e:authentication/e:password" ], + [ "Proxy (if needed)" => "e:serverInfo/e:authentication/e:proxy" ], [ "Server ID" => 'i:status/i:serverImplementationId/@value' ], [ "Server Name" => 'i:status/i:serverImplementationName/@value' ], [ "Server Version" => 'i:status/i:serverImplementationVersion/@value' ], -- 1.7.10.4