summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_gateway_groups_edit.php
diff options
context:
space:
mode:
Diffstat (limited to 'usr/local/www/system_gateway_groups_edit.php')
-rwxr-xr-xusr/local/www/system_gateway_groups_edit.php10
1 files changed, 6 insertions, 4 deletions
diff --git a/usr/local/www/system_gateway_groups_edit.php b/usr/local/www/system_gateway_groups_edit.php
index f7814cf..e8a1472 100755
--- a/usr/local/www/system_gateway_groups_edit.php
+++ b/usr/local/www/system_gateway_groups_edit.php
@@ -47,10 +47,12 @@ if (!is_array($config['gateways']['gateway_group']))
$a_gateway_groups = &$config['gateways']['gateway_group'];
$a_gateways = return_gateways_array();
-$categories = array('down' => gettext("Member Down"),
- 'downloss' => gettext("Packet Loss"),
- 'downlatency' => gettext("High Latency"),
- 'downlosslatency' => gettext("Packet Loss or High Latency"));
+$categories = array(
+ 'downlosslatency' => gettext("Packet Loss or High Latency").
+ 'downloss' => gettext("Packet Loss"),
+ 'downlatency' => gettext("High Latency"),
+ 'down' => gettext("Member Down")
+ );
$id = $_GET['id'];
if (isset($_POST['id']))
OpenPOWER on IntegriCloud