Converted to generic credentials.

This commit is contained in:
Michael Jumper
2011-08-14 23:19:49 -07:00
parent c559f4ae33
commit ab90d1d846
5 changed files with 43 additions and 7 deletions

View File

@@ -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 = "";