This is an automated email from the ASF dual-hosted git repository.
jmuehlner pushed a change to branch staging/1.1.0
in repository https://gitbox.apache.org/repos/asf/guacamole-client.git.
from 02dadfa GUACAMOLE-623: Merge add Kubernetes parameters and
translations.
add c41b677 GUACAMOLE-630: Allow parameters received via "argv" streams
to be edited within the Guacamole menu.
new 8b04414 GUACAMOLE-630: Merge editing of "argv" based parameters.
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