change wlan configuration's label name from error rate (%) to loss (%) to match the old gui

This commit is contained in:
Huy Pham 2020-02-18 10:37:37 -08:00
parent e8f6ccaa4e
commit 471f40a0bd

View file

@ -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 (%)"
),
]