From a995af3f771182d7b0a6a4ae5c6f2903172e2912 Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Wed, 14 Aug 2013 12:31:38 -0700 Subject: [PATCH] DOCUMENT creation mode for ConnectionEditor and ConnectionGroupEditor. --- guacamole/src/main/webapp/scripts/admin-ui.js | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/guacamole/src/main/webapp/scripts/admin-ui.js b/guacamole/src/main/webapp/scripts/admin-ui.js index 0eb5304e7..996502865 100644 --- a/guacamole/src/main/webapp/scripts/admin-ui.js +++ b/guacamole/src/main/webapp/scripts/admin-ui.js @@ -627,7 +627,9 @@ GuacAdmin.UserEditor = function(name, parameters) { /** * Connection edit dialog which allows editing of the connection parameters. * - * @param {GuacamoleService.Connection} connection The connection to edit. + * @param {GuacamoleService.Connection} connection The connection to edit, or + * null if the connection should + * be created. * @param {String} parameters Any parameters to add to service requests for sake * of authentication. */ @@ -921,7 +923,9 @@ GuacAdmin.ConnectionEditor = function(connection, parameters) { /** * Connection group edit dialog which allows editing of the group parameters. * - * @param {GuacamoleService.ConnectionGroup} group The group to edit. + * @param {GuacamoleService.ConnectionGroup} group The group to edit, or null + * if the group should be + * created. * @param {String} parameters Any parameters to add to service requests for sake * of authentication. */