From ffa668f5cfcace8660285e58d2b777c83eeb35f2 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Fri, 12 Dec 2014 11:52:20 +0000 Subject: [PATCH] Add UDB to list of editable fields. --- web/htdocs/details/edit.mc | 1 + 1 file changed, 1 insertion(+) diff --git a/web/htdocs/details/edit.mc b/web/htdocs/details/edit.mc index e0cb6e7..375e3ef 100644 --- a/web/htdocs/details/edit.mc +++ b/web/htdocs/details/edit.mc @@ -121,6 +121,7 @@ my @fields = [ port => 0, "Port", "e:serverInfo/e:port" ], [ dbname => 0, "Database Name", "e:serverInfo/e:database", qw(e:host e:port) ], + [ udb => 0, "Access Name (Unique DB)", "e:databaseInfo/i:udb", qw(e:host e:port e:database) ], [ type => $m->comp("libtype-list.mc"), "Type of Library", "i:status/i:libraryType" ], [ username => 0, "Username (if needed)", "e:serverInfo/e:authentication/e:user", -- 1.7.10.4