diff --git a/WebGUI/html/ConfigurationGUI.html b/WebGUI/html/ConfigurationGUI.html
index 248d5c5e0..e57269541 100644
--- a/WebGUI/html/ConfigurationGUI.html
+++ b/WebGUI/html/ConfigurationGUI.html
@@ -667,6 +667,7 @@
var _msChosenGroupName;
var _msChosenGroupKey;
var _groupViewFilterIndex = 2; //-1=all, 0=context, 1=backbone, 2=configuration
+ var showGroupSearch = false;
var _mouseIsSelecting = false; //to block switching cells when selecting text
@@ -2025,9 +2026,7 @@
var str = "";
str += "
Group View
"; //Note: this is children[0] tag is used in some place to determine mode after a series of events
- var tableNames, tableVersions;
var backLinkStr;
- var tableName, tableVersion;
backLinkStr = "setupGroupViewMode();";
@@ -2055,9 +2054,14 @@
str += "" +
- "Create a new Group";
+ "Create a new Group ";
+ str += "" +
+ "Search in Groups";
str += " ";
@@ -2087,6 +2091,30 @@
"'>" +
"View Latest Key for Selected Group";
+ str += "