mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-09 06:31:22 +00:00
GUAC-1334: Fix the horribly-broken location chooser (not updated to use updated guacGroupList).
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
<guac-group-list
|
||||
context="groupListContext"
|
||||
show-root-group="true"
|
||||
connection-group="rootGroup"
|
||||
connection-groups="rootGroups"
|
||||
connection-group-template="'app/manage/templates/locationChooserConnectionGroup.html'"/>
|
||||
</div>
|
||||
|
||||
|
@@ -42,7 +42,9 @@ THE SOFTWARE.
|
||||
<th>{{'MANAGE_CONNECTION.FIELD_HEADER_LOCATION' | translate}}</th>
|
||||
|
||||
<td>
|
||||
<location-chooser value="connection.parentIdentifier" root-group="rootGroup"></location-chooser>
|
||||
<location-chooser
|
||||
data-data-source="selectedDataSource" root-group="rootGroup"
|
||||
value="connection.parentIdentifier"></location-chooser>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
@@ -42,7 +42,9 @@ THE SOFTWARE.
|
||||
<th>{{'MANAGE_CONNECTION_GROUP.FIELD_HEADER_LOCATION' | translate}}</th>
|
||||
|
||||
<td>
|
||||
<location-chooser value="connectionGroup.parentIdentifier" root-group="rootGroup"/>
|
||||
<location-chooser
|
||||
data-data-source="selectedDataSource" root-group="rootGroup"
|
||||
value="connectionGroup.parentIdentifier"></location-chooser>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
Reference in New Issue
Block a user