mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Revert "Use 'Packet Loss or High Latency' as the default option when creating a new gateway group"
This reverts commit 6ee04b69c8.
This commit is contained in:
parent
8de4a8bc4d
commit
0cfaf2c830
@ -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']))
|
||||
|
||||
Loading…
Reference in New Issue
Block a user