GUACAMOLE-723: Allow connections in Guacamole menu dropdown to be filtered.

This commit is contained in:
Michael Jumper
2019-04-02 08:44:45 -07:00
parent 7fddb26202
commit 19da6e32a2
12 changed files with 52 additions and 1 deletions

View File

@@ -56,8 +56,13 @@
<h2 ng-show="rootConnectionGroups">
<guac-menu menu-title="client.name">
<div class="all-connections">
<guac-group-list-filter connection-groups="rootConnectionGroups"
filtered-connection-groups="filteredRootConnectionGroups"
placeholder="'CLIENT.FIELD_PLACEHOLDER_FILTER' | translate"
connection-properties="filteredConnectionProperties"
connection-group-properties="filteredConnectionGroupProperties"></guac-group-list-filter>
<guac-group-list
connection-groups="rootConnectionGroups"
connection-groups="filteredRootConnectionGroups"
templates="{
'connection' : 'app/client/templates/connection.html',
'connection-group' : 'app/client/templates/connectionGroup.html'