summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xusr/local/www/system_routes.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/system_routes.php b/usr/local/www/system_routes.php
index 7626c52..4b7a3b3 100755
--- a/usr/local/www/system_routes.php
+++ b/usr/local/www/system_routes.php
@@ -121,7 +121,7 @@ include("head.inc");
$tab_array = array();
$tab_array[0] = array("Gateways", false, "system_gateways.php");
$tab_array[1] = array("Routes", true, "system_routes.php");
- $tab_array[2] = array("Groups", true, "system_gateway_groups.php");
+ $tab_array[2] = array("Groups", false, "system_gateway_groups.php");
display_top_tabs($tab_array);
?>
</td></tr>
OpenPOWER on IntegriCloud