1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-11-12 19:38:57 +00:00

Update field names for filters.

This commit is contained in:
grossmj 2017-07-06 16:53:05 +07:00
parent 4097bab565
commit 8f260e0a83

View File

@ -46,7 +46,7 @@ FILTERS = [
"description": "The percentage represents the chance for a packet to be lost",
"parameters": [
{
"name": "Frequency",
"name": "Chance",
"minimum": 0,
"maximum": 100,
"unit": "%"
@ -59,13 +59,13 @@ FILTERS = [
"description": "Delay packets in milliseconds. You can add jitter in milliseconds (+/-) of the delay",
"parameters": [
{
"name": "Delay",
"name": "Latency",
"minimum": 0,
"maximum": 32767,
"unit": "ms"
},
{
"name": "Jitter",
"name": "Jitter (-/+)",
"minimum": 0,
"maximum": 32767,
"unit": "ms"
@ -78,7 +78,7 @@ FILTERS = [
"description": "The percentage represents the chance for a packet to be corrupted",
"parameters": [
{
"name": "Frequency",
"name": "Chance",
"minimum": 0,
"maximum": 100,
"unit": "%"