diff --git a/index.html b/index.html index 9e32cef..3368361 100644 --- a/index.html +++ b/index.html @@ -1300,7 +1300,7 @@

Friendly Name
-
Group Name
+
Group Name
Hostname
Auth / Security
@@ -1312,6 +1312,7 @@
Optional Token Request*

*Alternate hostname for Kerberos token request
+
@@ -3406,6 +3407,15 @@ // ###BEGIN###{ComputerSelector-Local} function addComputer() { if (xxdialogMode) return; + + // Build the list of groups + var groups = [], x = ''; + for (var y in computerlist) { var computer = computerlist[y]; if ((computer.tags != null) && (computer.tags != '') && (groups.indexOf(computer.tags) == -1) && (computer.tags.indexOf('"') == -1)) { groups.push(computer.tags); } } + groups.sort(function (a, b) { return a.toLowerCase().localeCompare(b.toLowerCase()); }); + for (var y in groups) { x += '