GUACAMOLE-630: Allow parameters received via "argv" streams to be edited within the Guacamole menu.

This commit is contained in:
Michael Jumper
2019-08-03 19:52:39 -07:00
parent 02dadfac97
commit c41b6774fd
4 changed files with 308 additions and 8 deletions

View File

@@ -96,6 +96,14 @@
</div>
</div>
<!-- Connection parameters which may be modified while the connection is open -->
<div class="menu-section connection-parameters" id="connection-settings" ng-show="client.protocol">
<guac-form namespace="getProtocolNamespace(client.protocol)"
content="client.forms"
model="menu.connectionParameters"
model-only="true"></guac-form>
</div>
<!-- Input method -->
<div class="menu-section" id="keyboard-settings">
<h3>{{'CLIENT.SECTION_HEADER_INPUT_METHOD' | translate}}</h3>