summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_gateway_groups.php
diff options
context:
space:
mode:
authorSeth Mos <seth.mos@xs4all.nl>2009-03-13 21:12:21 +0100
committerSeth Mos <seth.mos@xs4all.nl>2009-03-13 21:13:58 +0100
commitdb7b006f39a507f2e4ceca17557b1db637f4611f (patch)
tree2440d70650ecb0ec66c525728945d1ffc450104c /usr/local/www/system_gateway_groups.php
parent71c47cb67168985a1d0bda4d3f6f1c5a2ffbe5b8 (diff)
downloadpfsense-db7b006f39a507f2e4ceca17557b1db637f4611f.zip
pfsense-db7b006f39a507f2e4ceca17557b1db637f4611f.tar.gz
* Make sure the trigger level on the gateway groups edit page loads it's settings from the config.
* Add the settings tab to the tabs * Add a settings page that allows you to define the global trigger levels for all the gateways which are monitored
Diffstat (limited to 'usr/local/www/system_gateway_groups.php')
-rwxr-xr-xusr/local/www/system_gateway_groups.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/local/www/system_gateway_groups.php b/usr/local/www/system_gateway_groups.php
index 7607aad..e236f28 100755
--- a/usr/local/www/system_gateway_groups.php
+++ b/usr/local/www/system_gateway_groups.php
@@ -101,6 +101,7 @@ effect.");?><br>
$tab_array[0] = array("Gateways", false, "system_gateways.php");
$tab_array[1] = array("Routes", false, "system_routes.php");
$tab_array[2] = array("Groups", true, "system_gateway_groups.php");
+ $tab_array[3] = array("Settings", false, "system_gateways_settings.php");
display_top_tabs($tab_array);
?>
</td></tr>
OpenPOWER on IntegriCloud