This is an automated email from the ASF dual-hosted git repository.
jmuehlner pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/guacamole-client.git.
from 02ef3ae Merge 1.1.0 changes back to master.
add c41b677 GUACAMOLE-630: Allow parameters received via "argv" streams
to be edited within the Guacamole menu.
add 8b04414 GUACAMOLE-630: Merge editing of "argv" based parameters.
new 6a8ffa0 Merge 1.1.0 changes back to master.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../app/client/controllers/clientController.js | 40 +++++-
.../main/webapp/app/client/templates/client.html | 8 ++
.../webapp/app/client/types/ManagedArgument.js | 152 +++++++++++++++++++++
.../main/webapp/app/client/types/ManagedClient.js | 116 +++++++++++++++-
4 files changed, 308 insertions(+), 8 deletions(-)
create mode 100644
guacamole/src/main/webapp/app/client/types/ManagedArgument.js