summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_gateway_groups_edit.php
diff options
context:
space:
mode:
authorDarren Embry <dse@webonastick.com>2012-06-07 12:05:32 -0400
committerDarren Embry <dse@webonastick.com>2012-06-07 12:51:42 -0400
commita75b0b3bef600a566d4590dcd3d6c9d4f2fd1839 (patch)
treeedc013abe2917479e179beb5e3ced2088ad75787 /usr/local/www/system_gateway_groups_edit.php
parent9a19c3164b194b9a3a82f048ee2d2c8b461d8b9d (diff)
downloadpfsense-a75b0b3bef600a566d4590dcd3d6c9d4f2fd1839.zip
pfsense-a75b0b3bef600a566d4590dcd3d6c9d4f2fd1839.tar.gz
minor indentation fix
Diffstat (limited to 'usr/local/www/system_gateway_groups_edit.php')
-rwxr-xr-xusr/local/www/system_gateway_groups_edit.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr/local/www/system_gateway_groups_edit.php b/usr/local/www/system_gateway_groups_edit.php
index 18c650f..229eecb 100755
--- a/usr/local/www/system_gateway_groups_edit.php
+++ b/usr/local/www/system_gateway_groups_edit.php
@@ -51,9 +51,9 @@ $a_gateways = return_gateways_array();
$carplist = get_configured_carp_interface_list();
$categories = array('down' => gettext("Member Down"),
- 'downloss' => gettext("Packet Loss"),
- 'downlatency' => gettext("High Latency"),
- 'downlosslatency' => gettext("Packet Loss or High Latency"));
+ 'downloss' => gettext("Packet Loss"),
+ 'downlatency' => gettext("High Latency"),
+ 'downlosslatency' => gettext("Packet Loss or High Latency"));
$id = $_GET['id'];
if (isset($_POST['id']))
OpenPOWER on IntegriCloud