From: Mike Taylor Date: Fri, 12 Dec 2014 11:52:11 +0000 (+0000) Subject: Add UDB to list of displayed fields. X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=commitdiff_plain;h=137b6b21a1b8443f83d6ebd69cf4121d7596da6c;ds=sidebyside Add UDB to list of displayed fields. --- 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" ],