mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-09 22:51:22 +00:00
Converted to generic credentials.
This commit is contained in:
@@ -140,6 +140,12 @@
|
||||
|
||||
}
|
||||
|
||||
// If only one connection, redirect to that.
|
||||
if (configs.length == 1) {
|
||||
window.location.href = "client.xhtml?" + encodeURIComponent(configs[0].id);
|
||||
return;
|
||||
}
|
||||
|
||||
// Remove all rows from connections list
|
||||
var tbody = document.getElementById("connections-tbody");
|
||||
tbody.innerHTML = "";
|
||||
|
Reference in New Issue
Block a user