diff --git a/plist b/plist
index e21b66914..12311c941 100644
--- a/plist
+++ b/plist
@@ -1076,7 +1076,6 @@
/usr/local/www/services_unbound_overrides.php
/usr/local/www/status_dhcp_leases.php
/usr/local/www/status_dhcpv6_leases.php
-/usr/local/www/status_gateway_groups.php
/usr/local/www/status_graph.php
/usr/local/www/status_habackup.php
/usr/local/www/status_interfaces.php
diff --git a/src/opnsense/mvc/app/models/OPNsense/Base/Menu/Menu.xml b/src/opnsense/mvc/app/models/OPNsense/Base/Menu/Menu.xml
index c095aae3f..67fd1db14 100644
--- a/src/opnsense/mvc/app/models/OPNsense/Base/Menu/Menu.xml
+++ b/src/opnsense/mvc/app/models/OPNsense/Base/Menu/Menu.xml
@@ -54,9 +54,9 @@
+
-
diff --git a/src/opnsense/mvc/app/models/OPNsense/Core/ACL/ACL.xml b/src/opnsense/mvc/app/models/OPNsense/Core/ACL/ACL.xml
index f0c8929a0..169cfda4b 100644
--- a/src/opnsense/mvc/app/models/OPNsense/Core/ACL/ACL.xml
+++ b/src/opnsense/mvc/app/models/OPNsense/Core/ACL/ACL.xml
@@ -512,12 +512,6 @@
status_dhcpv6_leases.php*
-
- Status: Gateway Groups
-
- status_gateway_groups.php*
-
- Status: Interfaces
diff --git a/src/www/status_gateway_groups.php b/src/www/status_gateway_groups.php
deleted file mode 100644
index 7d06450fc..000000000
--- a/src/www/status_gateway_groups.php
+++ /dev/null
@@ -1,141 +0,0 @@
-.
- All rights reserved.
-
- Redistribution and use in source and binary forms, with or without
- modification, are permitted provided that the following conditions are met:
-
- 1. Redistributions of source code must retain the above copyright notice,
- this list of conditions and the following disclaimer.
-
- 2. Redistributions in binary form must reproduce the above copyright
- notice, this list of conditions and the following disclaimer in the
- documentation and/or other materials provided with the distribution.
-
- THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
- INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
- AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
- AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,
- OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
- SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
- INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
- CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
- ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
- POSSIBILITY OF SUCH DAMAGE.
-*/
-
-require_once("guiconfig.inc");
-require_once("services.inc");
-
-// request report data
-$a_gateway_groups = &config_read_array('gateways', 'gateway_group');
-$gateways_status = return_gateways_status(true);
-$a_gateways = return_gateways_array();
-
-legacy_html_escape_form_data($a_gateways);
-legacy_html_escape_form_data($a_gateway_groups);
-
-$service_hook = 'apinger';
-
-include("head.inc");
-
-?>
-
-
-
-
-
-
= gettext("Remember to use these Gateway Groups in firewall rules in order to enable load balancing, failover, or policy-based routing. Without rules directing traffic into the Gateway Groups, they will not be used.") ?>