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