mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-09 06:31:22 +00:00
GUAC-1160: Generate localized field headers and option values within "form" module.
This commit is contained in:
@@ -60,7 +60,9 @@ THE SOFTWARE.
|
||||
<!-- Connection parameters -->
|
||||
<h2 class="header">{{'MANAGE_CONNECTION.SECTION_HEADER_PARAMETERS' | translate}}</h2>
|
||||
<div class="section connection-parameters" ng-class="{loading: !parameters}">
|
||||
<guac-form fields="protocols[connection.protocol].parameters" model="parameters"></guac-form>
|
||||
<guac-form namespace="getNamespace(connection.protocol)"
|
||||
fields="protocols[connection.protocol].parameters"
|
||||
model="parameters"></guac-form>
|
||||
</div>
|
||||
|
||||
<!-- Form action buttons -->
|
||||
|
Reference in New Issue
Block a user