change wlan configuration's label name from error rate (%) to loss (%) to match the old gui
This commit is contained in:
parent
e8f6ccaa4e
commit
471f40a0bd
1 changed files with 1 additions and 4 deletions
|
@ -291,10 +291,7 @@ class BasicRangeModel(WirelessModel):
|
|||
label="transmission delay (usec)",
|
||||
),
|
||||
Configuration(
|
||||
_id="error",
|
||||
_type=ConfigDataTypes.STRING,
|
||||
default="0",
|
||||
label="error rate (%)",
|
||||
_id="error", _type=ConfigDataTypes.STRING, default="0", label="loss (%)"
|
||||
),
|
||||
]
|
||||
|
||||
|
|
Loading…
Reference in a new issue