From 137b6b21a1b8443f83d6ebd69cf4121d7596da6c Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Fri, 12 Dec 2014 11:52:11 +0000 Subject: [PATCH] Add UDB to list of displayed fields. --- 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 4695a51..6655727 100644 --- a/web/htdocs/details/full.mc +++ b/web/htdocs/details/full.mc @@ -22,6 +22,7 @@ if ($n == 0) { [ Host => "e:serverInfo/e:host" ], [ Port => "e:serverInfo/e:port" ], [ "Database Name" => "e:serverInfo/e:database" ], + [ "Access Name (Unique DB)" => "e:databaseInfo/i:udb" ], [ "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" ], -- 1.7.10.4