mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-11 23:47:42 +00:00
#268: Improve service function naming.
This commit is contained in:
@@ -136,7 +136,7 @@ GuacamoleRootUI.reset = function() {
|
||||
// Read connections
|
||||
var connections;
|
||||
try {
|
||||
connections = GuacamoleService.getConnections(parameters);
|
||||
connections = GuacamoleService.Connections.list(parameters);
|
||||
}
|
||||
catch (e) {
|
||||
|
||||
|
Reference in New Issue
Block a user