mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-10 23:21:21 +00:00
Paginate main UI connection list, improve pager styles, begin proper style separation.
This commit is contained in:
@@ -165,6 +165,13 @@ GuacamoleService.PermissionSet = function() {
|
||||
*/
|
||||
GuacamoleService.Connections = {
|
||||
|
||||
/**
|
||||
* Comparator which compares two GuacamoleService.Connection objects.
|
||||
*/
|
||||
"comparator" : function(a, b) {
|
||||
return a.id.localeCompare(b.id);
|
||||
},
|
||||
|
||||
/**
|
||||
* Returns an array of Connections for which the current user has access.
|
||||
*
|
||||
|
Reference in New Issue
Block a user