mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-08 06:01:22 +00:00
GUAC-800: Migrate to JSON for protocol descriptions. Use full Forms instead of simply Fields for protocol parameters (allow sections).
This commit is contained in:
@@ -61,7 +61,7 @@ THE SOFTWARE.
|
||||
<h2 class="header">{{'MANAGE_CONNECTION.SECTION_HEADER_PARAMETERS' | translate}}</h2>
|
||||
<div class="section connection-parameters" ng-class="{loading: !parameters}">
|
||||
<guac-form namespace="getNamespace(connection.protocol)"
|
||||
content="protocols[connection.protocol].parameters"
|
||||
content="protocols[connection.protocol].forms"
|
||||
model="parameters"></guac-form>
|
||||
</div>
|
||||
|
||||
|
Reference in New Issue
Block a user