mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-11 07:27:42 +00:00
GUACAMOLE-5: Define sorting weight for GroupListItem.
This commit is contained in:
@@ -58,7 +58,7 @@
|
||||
</div>
|
||||
|
||||
<!-- Pager for connections / groups -->
|
||||
<guac-pager page="childrenPage" items="rootItems | orderBy : 'name'"
|
||||
<guac-pager page="childrenPage" items="rootItems | orderBy : ['weight', 'name']"
|
||||
page-size="pageSize"></guac-pager>
|
||||
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user