summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xusr/local/www/fbegin.inc1
-rwxr-xr-xusr/local/www/system_gateways.php1
-rwxr-xr-xusr/local/www/system_routes.php3
3 files changed, 4 insertions, 1 deletions
diff --git a/usr/local/www/fbegin.inc b/usr/local/www/fbegin.inc
index dd1628e..0b210df 100755
--- a/usr/local/www/fbegin.inc
+++ b/usr/local/www/fbegin.inc
@@ -227,6 +227,7 @@ if ($_REQUEST['noticeaction'] == 'acknowledge') {
<?php endif; ?>
<?=output_menu_item("/carp_status.php", "CARP (failover)");?>
<?=output_menu_item("/index.php", "Dashboard");?>
+ <?=output_menu_item("/status_gateways.php", "Gateways");?>
<?=output_menu_item("/diag_dhcp_leases.php", "DHCP Leases");?>
<?=output_menu_item("/status_filter_reload.php", "Filter Reload");?>
<?=output_menu_item("/status_interfaces.php", "Interfaces");?>
diff --git a/usr/local/www/system_gateways.php b/usr/local/www/system_gateways.php
index 0e9187a..97599b7 100755
--- a/usr/local/www/system_gateways.php
+++ b/usr/local/www/system_gateways.php
@@ -91,6 +91,7 @@ effect.");?><br>
$tab_array = array();
$tab_array[0] = array("Gateways", true, "system_gateways.php");
$tab_array[1] = array("Routes", false, "system_routes.php");
+ $tab_array[2] = array("Groups", false, "system_gateway_groups.php");
display_top_tabs($tab_array);
?>
</td></tr>
diff --git a/usr/local/www/system_routes.php b/usr/local/www/system_routes.php
index 2da12a7..7626c52 100755
--- a/usr/local/www/system_routes.php
+++ b/usr/local/www/system_routes.php
@@ -120,7 +120,8 @@ include("head.inc");
<?php
$tab_array = array();
$tab_array[0] = array("Gateways", false, "system_gateways.php");
- $tab_array[1] = array("Static Routes", true, "system_routes.php");
+ $tab_array[1] = array("Routes", true, "system_routes.php");
+ $tab_array[2] = array("Groups", true, "system_gateway_groups.php");
display_top_tabs($tab_array);
?>
</td></tr>
OpenPOWER on IntegriCloud