mirror of
https://gitlab.nic.cz/turris/reforis/foris-js.git
synced 2024-12-26 00:21:36 +01:00
fixup! !fixup WiFi API update
This commit is contained in:
parent
30fa79b55e
commit
a7f36be30c
|
@ -293,7 +293,7 @@ function getHtmodeChoices(device) {
|
||||||
|
|
||||||
function getBandChoices(device) {
|
function getBandChoices(device) {
|
||||||
return device.available_bands.map((availableBand) => ({
|
return device.available_bands.map((availableBand) => ({
|
||||||
label: BANDS[availableBand.band] + _(" GHz"),
|
label: BANDS[availableBand.band] + " GHz",
|
||||||
value: availableBand.band,
|
value: availableBand.band,
|
||||||
}));
|
}));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user