mirror of
https://gitlab.nic.cz/turris/reforis/foris-js.git
synced 2025-08-01 20:03:28 +02:00
fixup! !fixup WiFi API update
This commit is contained in:
committed by
Aleksandr Gumroian
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,
|
||||||
}));
|
}));
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user